Commit 98953aa3 authored by gluh@gluh.mysql.r18.ru's avatar gluh@gluh.mysql.r18.ru

Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1

into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
parents 60182fb4 044b6e56
...@@ -1820,7 +1820,7 @@ key_part: ...@@ -1820,7 +1820,7 @@ key_part:
| ident '(' NUM ')' | ident '(' NUM ')'
{ {
int key_part_len= atoi($3.str); int key_part_len= atoi($3.str);
#ifdef MYSQL_VERSION_ID < 50000 #if MYSQL_VERSION_ID < 50000
if (!key_part_len) if (!key_part_len)
{ {
my_printf_error(ER_UNKNOWN_ERROR, my_printf_error(ER_UNKNOWN_ERROR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment