mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
MDEV-5273 Prepared statement doesn't return metadata after prepare.
Fix for SHOW CREATE DATABASE.
This commit is contained in:
parent
07e9762940
commit
f3926cd18e
4 changed files with 63 additions and 26 deletions
|
|
@ -88,6 +88,7 @@ int mysqld_dump_create_info(THD *thd, TABLE_LIST *table_list, int fd);
|
|||
bool mysqld_show_create_get_fields(THD *thd, TABLE_LIST *table_list,
|
||||
List<Item> *field_list, String *buffer);
|
||||
bool mysqld_show_create(THD *thd, TABLE_LIST *table_list);
|
||||
void mysqld_show_create_db_get_fields(THD *thd, List<Item> *field_list);
|
||||
bool mysqld_show_create_db(THD *thd, LEX_STRING *db_name,
|
||||
LEX_STRING *orig_db_name,
|
||||
const DDL_options_st &options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue