mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge mysql.com:/usr/local/mysql/mysql-5.1-win-fixes
into mysql.com:/usr/local/mysql/x/mysql-5.1-new
This commit is contained in:
@@ -338,8 +338,8 @@ public:
|
||||
*/
|
||||
if (min_flag || max_flag)
|
||||
return FALSE;
|
||||
byte *min_val= min_value;
|
||||
byte *max_val= min_value;
|
||||
byte *min_val= (byte *)min_value;
|
||||
byte *max_val= (byte *)min_value;
|
||||
|
||||
if (maybe_null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user