diff options
author | hf@deer.mysql.r18.ru <> | 2003-01-18 16:20:22 +0400 |
---|---|---|
committer | hf@deer.mysql.r18.ru <> | 2003-01-18 16:20:22 +0400 |
commit | c66302c23bc53a6d16af56c608dd0699cf7328b3 (patch) | |
tree | ce7ca5c723415db5efa1ee1da7280f7c49ff6077 /sql/sql_table.cc | |
parent | 36caf801ce78ee99323345d3280e9620e9eb2508 (diff) | |
download | mariadb-git-c66302c23bc53a6d16af56c608dd0699cf7328b3.tar.gz |
Superfluous prepare_for_resend bugfix
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 7f46311cd85..8bfc07af81d 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -1223,7 +1223,6 @@ static int mysql_admin_table(THD* thd, TABLE_LIST* tables, thd->open_options|= extra_open_options; table->table = open_ltable(thd, table, lock_type); thd->open_options&= ~extra_open_options; - protocol->prepare_for_resend(); if (prepare_func) { |