summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2016-01-26 23:16:56 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2016-01-26 23:18:13 +0400
commitd227399318fc9cb43afa0fae17ac4d8a7cfdade3 (patch)
tree17ca02bae764435ef931db5b5660e6281c2c7197 /sql/sql_prepare.cc
parentdf2695495188b0c3459eabb40c8e390f56cddb27 (diff)
downloadmariadb-git-d227399318fc9cb43afa0fae17ac4d8a7cfdade3.tar.gz
Comment fixed.
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r--sql/sql_prepare.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc
index e9ffac39352..84173e003fa 100644
--- a/sql/sql_prepare.cc
+++ b/sql/sql_prepare.cc
@@ -1813,7 +1813,7 @@ static bool mysql_test_create_table(Prepared_statement *stmt)
/**
- Validate and prepare for execution CREATE TABLE statement.
+ Validate and prepare for execution SHOW CREATE TABLE statement.
@param stmt prepared statement
@param tables list of tables used in this query