diff options
author | kostja@bodhi.local <> | 2006-12-12 01:23:30 +0300 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-12-12 01:23:30 +0300 |
commit | 758404b238d6c3f25958c4716abac778e76d5722 (patch) | |
tree | 3a662cb0552120a80c60d29abb3b2f97c9d177b2 /sql/sql_show.cc | |
parent | 87a87bc04b0314908933e3f644e04dc2d2733ba4 (diff) | |
parent | 90072e69b3270409fc1caf988db774ab1f4e04a9 (diff) | |
download | mariadb-git-758404b238d6c3f25958c4716abac778e76d5722.tar.gz |
Merge bodhi.local:/opt/local/work/mysql-4.1-4968
into bodhi.local:/opt/local/work/mysql-5.0-4968-pull-from-4.1
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 1d524418480..bf58c1fa2ce 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -461,7 +461,7 @@ mysqld_show_create(THD *thd, TABLE_LIST *table_list) } bool mysqld_show_create_db(THD *thd, char *dbname, - HA_CREATE_INFO *create_info) + const HA_CREATE_INFO *create_info) { Security_context *sctx= thd->security_ctx; int length; |