summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-03 05:16:15 +0300
committermonty@hundin.mysql.fi <>2001-09-03 05:16:15 +0300
commit279de0c67c3c07d2dafb94763966842d8160c242 (patch)
treee5faac23f2977c577bc7fac42a2b90e5f53f2855 /sql/sql_table.cc
parent5d732a069833dcc668f28869a04091e0b23b0b46 (diff)
downloadmariadb-git-279de0c67c3c07d2dafb94763966842d8160c242.tar.gz
Update of manual with 4.0 changes
Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index d667aeb6011..f50da413f53 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -864,7 +864,6 @@ static int prepare_for_restore(THD* thd, TABLE_LIST* table)
DBUG_RETURN(send_check_errmsg(thd, table, "restore",
"Failed generating table from .frm file"));
}
- /* truncate has released name lock */
}
DBUG_RETURN(0);
}