diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2016-01-26 23:16:56 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2016-01-26 23:18:13 +0400 |
commit | d227399318fc9cb43afa0fae17ac4d8a7cfdade3 (patch) | |
tree | 17ca02bae764435ef931db5b5660e6281c2c7197 /sql/sql_prepare.cc | |
parent | df2695495188b0c3459eabb40c8e390f56cddb27 (diff) | |
download | mariadb-git-d227399318fc9cb43afa0fae17ac4d8a7cfdade3.tar.gz |
Comment fixed.
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 2 |
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 |