diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-10 12:32:29 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-10 12:32:29 +0300 |
commit | ad6883c4f2df12fe054d996e3ed32669248bfb08 (patch) | |
tree | 5adfe380f7ae04eb362386f9ef81a465dbfcd62e /sql/sql_show.cc | |
parent | ecd604717296518d1107362ae870bca226a0a6cc (diff) | |
download | mariadb-git-ad6883c4f2df12fe054d996e3ed32669248bfb08.tar.gz |
Fix build failure.
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 038b70c661a..b9f5015f8f0 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -4955,6 +4955,7 @@ static void store_schema_partitions_record(THD *thd, TABLE *schema_table, return; } +#ifdef WITH_PARTITION_STORAGE_ENGINE static int get_partition_column_description(THD *thd, partition_info *part_info, @@ -4998,6 +4999,7 @@ get_partition_column_description(THD *thd, } DBUG_RETURN(0); } +#endif /* WITH_PARTITION_STORAGE_ENGINE */ static int get_schema_partitions_record(THD *thd, TABLE_LIST *tables, TABLE *table, bool res, |