1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge mysql.com:/usr/local/mysql/mysql-5.1-win-fixes

into  mysql.com:/usr/local/mysql/x/mysql-5.1-new


VC++Files/sql/mysqld.vcproj:
  Auto merged
sql/event.h:
  Auto merged
sql/event_executor.cc:
  Auto merged
sql/event_timed.cc:
  Auto merged
sql/handler.h:
  Auto merged
sql/opt_range.cc:
  Auto merged
sql/sql_partition.cc:
  Auto merged
VC++Files/client/mysqldump.vcproj:
  Manual merge.
This commit is contained in:
unknown
2006-01-30 17:57:20 +01:00
13 changed files with 493 additions and 37 deletions

View File

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