mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix xml with view
client/mysqldump.c: fixed XML output for view mysql-test/r/mysqldump.result: mysqldump test mysql-test/t/mysqldump.test: mysqldump test sql/sql_base.cc: fix of LOCK workaround
This commit is contained in:
@ -913,6 +913,9 @@ TABLE *open_table(THD *thd, TABLE_LIST *table_list, MEM_ROOT *mem_root,
|
||||
*/
|
||||
{
|
||||
char path[FN_REFLEN];
|
||||
TABLE tab;
|
||||
if (!table)
|
||||
table= &tab;
|
||||
strxnmov(path, FN_REFLEN, mysql_data_home, "/", table_list->db, "/",
|
||||
table_list->real_name, reg_ext, NullS);
|
||||
(void) unpack_filename(path, path);
|
||||
|
Reference in New Issue
Block a user