mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Typo fix
This commit is contained in:
parent
2e7b38016c
commit
28c5902357
1 changed files with 1 additions and 1 deletions
|
@ -1820,7 +1820,7 @@ key_part:
|
|||
| ident '(' NUM ')'
|
||||
{
|
||||
int key_part_len= atoi($3.str);
|
||||
#ifdef MYSQL_VERSION_ID < 50000
|
||||
#if MYSQL_VERSION_ID < 50000
|
||||
if (!key_part_len)
|
||||
{
|
||||
my_printf_error(ER_UNKNOWN_ERROR,
|
||||
|
|
Loading…
Reference in a new issue