mirror of
https://github.com/MariaDB/server.git
synced 2025-07-11 15:22:09 +03:00
Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.1-engines
into chilla.local:/home/mydev/mysql-5.1-bug18775
This commit is contained in:
@ -888,7 +888,7 @@ bool mysql_truncate(THD *thd, TABLE_LIST *table_list, bool dont_send_ok)
|
||||
}
|
||||
|
||||
path_length= build_table_filename(path, sizeof(path), table_list->db,
|
||||
table_list->table_name, reg_ext);
|
||||
table_list->table_name, reg_ext, 0);
|
||||
|
||||
if (!dont_send_ok)
|
||||
{
|
||||
|
Reference in New Issue
Block a user