summaryrefslogtreecommitdiff
path: root/sql/sql_admin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_admin.cc')
-rw-r--r--sql/sql_admin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc
index 31933e63b4e..16f4a1266e5 100644
--- a/sql/sql_admin.cc
+++ b/sql/sql_admin.cc
@@ -809,7 +809,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
Here we close and reopen table in read mode because operation of
collecting statistics is long and it will be better do not block
the table completely.
- InnoDB/XtraDB will allow read/write and MyISAM read/insert.
+ InnoDB will allow read/write and MyISAM read/insert.
*/
trans_commit_stmt(thd);
trans_commit(thd);