mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into vajra.(none):/opt/local/work/mysql-5.1-runtime
This commit is contained in:
@ -3718,7 +3718,11 @@ bool mysql_unpack_partition(THD *thd,
|
||||
|
||||
thd->lex= &lex;
|
||||
thd->variables.character_set_client= system_charset_info;
|
||||
lex_start(thd, part_buf, part_info_len);
|
||||
|
||||
Lex_input_stream lip(thd, part_buf, part_info_len);
|
||||
thd->m_lip= &lip;
|
||||
|
||||
lex_start(thd);
|
||||
/*
|
||||
We need to use the current SELECT_LEX since I need to keep the
|
||||
Name_resolution_context object which is referenced from the
|
||||
|
Reference in New Issue
Block a user