This commit is contained in:
unknown 2004-10-26 13:18:35 +04:00
parent 2e7b38016c
commit 28c5902357

View file

@ -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,