mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
sql_show.cc:
Bug fix 0 stayed for length here, now it is charset.
This commit is contained in:
parent
63a307bb38
commit
c7b3eeb178
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ mysqld_show_keys(THD *thd, TABLE_LIST *table_list)
|
|||
protocol->store((const char*) pos, system_charset_info);
|
||||
protocol->store(table->file->index_type(i), system_charset_info);
|
||||
/* Comment */
|
||||
protocol->store("", 0);
|
||||
protocol->store("", system_charset_info);
|
||||
if (protocol->write())
|
||||
DBUG_RETURN(1); /* purecov: inspected */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue