diff options
author | unknown <reggie@linux.site> | 2006-03-31 01:02:44 -0600 |
---|---|---|
committer | unknown <reggie@linux.site> | 2006-03-31 01:02:44 -0600 |
commit | 683ce57f452fb08f27a9c089649a8a583f950bfc (patch) | |
tree | 7e70e6abe0ef06ab0a9ef9147e44d77249864386 /sql/sql_partition.cc | |
parent | d163e78160e7a26be8b11ceb8ecaf1c555197c08 (diff) | |
download | mariadb-git-683ce57f452fb08f27a9c089649a8a583f950bfc.tar.gz |
BUG # 17631 SHOW TABLE STATUS reports wrong engine
mysql-test/r/partition.result:
results block for bug # 17631
mysql-test/t/partition.test:
test block for bug #17631
sql/ha_partition.cc:
move table_type func to .cc file and return table_type from
the first handler. This is acceptable since we know we have
at least one handler and we currently do not support multiple
engine types. Later, we'll need to extend this to return
some type of delimited list
sql/ha_partition.h:
removed inline version of this function
sql/sql_show.cc:
if the table is partitioned, we add the term "partitioned" to the
create options. We make sure we are using the partitioned
handlerton before we do this. When we support more native partition
handlers then this will need to change.
Diffstat (limited to 'sql/sql_partition.cc')
0 files changed, 0 insertions, 0 deletions