diff options
author | tim@threads.polyesthetic.msg <> | 2001-02-07 16:47:50 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-02-07 16:47:50 -0500 |
commit | a7289b97716f812d96dc1b16b4cbfbc9b7c51e75 (patch) | |
tree | 203aa37a28c10a01841fb7b32bc145d0f8cac41d | |
parent | a8c7affe21a5667b93ca480ade8046d3778ec1d0 (diff) | |
parent | fab185b7a6506c7e72ccc89d89727ea626c057d9 (diff) | |
download | mariadb-git-a7289b97716f812d96dc1b16b4cbfbc9b7c51e75.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/work
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 9e720558456..bfda0fc757b 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -1023,7 +1023,7 @@ int mysql_backup_table(THD* thd, TABLE_LIST* table_list) { DBUG_ENTER("mysql_backup_table"); DBUG_RETURN(mysql_admin_table(thd, table_list, 0, - "backup", TL_READ, 1, 0, 0, + "backup", TL_READ, 0, 0, 0, &handler::backup)); } int mysql_restore_table(THD* thd, TABLE_LIST* table_list) |