1
0
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:
unknown
2006-03-31 15:20:00 +04:00
4 changed files with 72 additions and 1 deletions

View File

@ -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)
{