mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/psergey/mysql-5.1-bug18025-r2 sql/opt_range.cc: Auto merged sql/sql_partition.cc: Auto merged
This commit is contained in:
@ -339,7 +339,7 @@ public:
|
||||
if (min_flag || max_flag)
|
||||
return FALSE;
|
||||
byte *min_val= (byte *)min_value;
|
||||
byte *max_val= (byte *)min_value;
|
||||
byte *max_val= (byte *)max_value;
|
||||
|
||||
if (maybe_null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user