mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Update lengths for fields in MYSQL_FIELD
client/mysql.cc: Use field->name_length sql/lex.h: fix after merge
This commit is contained in:
parent
e751d29836
commit
5dd528a2fd
3 changed files with 51 additions and 30 deletions
|
|
@ -274,7 +274,6 @@ static SYMBOL symbols[] = {
|
|||
{ "NULL", SYM(NULL_SYM),0,0},
|
||||
{ "NUMERIC", SYM(NUMERIC_SYM),0,0},
|
||||
{ "OFFSET", SYM(OFFSET_SYM),0,0},
|
||||
{ "OLD_PASSWORD", SYM(PASSWORD),0,0},
|
||||
{ "ON", SYM(ON),0,0},
|
||||
{ "OPEN", SYM(OPEN_SYM),0,0},
|
||||
{ "OPTIMIZE", SYM(OPTIMIZE),0,0},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue