summaryrefslogtreecommitdiff
path: root/sql/sql_handler.cc
diff options
context:
space:
mode:
authorpappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-08-25 13:11:38 -0400
committerpappa@c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-08-25 13:11:38 -0400
commit02056f8e3ae729c06875ab63eef8680574b3d91e (patch)
tree86faf87634c19937967b360a0dd1413fc9eb2879 /sql/sql_handler.cc
parent1c9a78438e789a70c6ee3f227c164739c4bd25e2 (diff)
parent0c859d6651277c2ee3664cb14bb34a23d048731f (diff)
downloadmariadb-git-02056f8e3ae729c06875ab63eef8680574b3d91e.tar.gz
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
into c-4a09e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r--sql/sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc
index 84087db9719..fc7d7ac0012 100644
--- a/sql/sql_handler.cc
+++ b/sql/sql_handler.cc
@@ -187,7 +187,7 @@ bool mysql_ha_open(THD *thd, TABLE_LIST *tables, bool reopen)
/* for now HANDLER can be used only for real TABLES */
tables->required_type= FRMTYPE_TABLE;
- error= open_tables(thd, &tables, &counter);
+ error= open_tables(thd, &tables, &counter, 0);
HANDLER_TABLES_HACK(thd);
if (error)