diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-29 15:42:25 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-09-29 15:45:58 +0300 |
commit | 358ab5d6b1460b7ab6e2d58c0444bf4a54a8f44b (patch) | |
tree | 9ba4a24587a5a01d3111f4b07fd4364babef3683 /storage/innobase/include | |
parent | ccf21c99623caa8596ed2eecc72dcb039ef0ef54 (diff) | |
download | mariadb-git-358ab5d6b1460b7ab6e2d58c0444bf4a54a8f44b.tar.gz |
Remove remaining references to InnoDB native partitioning
The InnoDB native partitioning (ha_innopart) is a MySQL 5.7
code refactoring exercise that was not merged to MariaDB.
Diffstat (limited to 'storage/innobase/include')
-rw-r--r-- | storage/innobase/include/ha_prototypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/ha_prototypes.h b/storage/innobase/include/ha_prototypes.h index 459304fc712..9daeee04f8f 100644 --- a/storage/innobase/include/ha_prototypes.h +++ b/storage/innobase/include/ha_prototypes.h @@ -39,7 +39,6 @@ class THD; // JAN: TODO missing features: #undef MYSQL_FT_INIT_EXT -#undef MYSQL_INNODB_PARTITIONING #undef MYSQL_PFS #undef MYSQL_RENAME_INDEX #undef MYSQL_REPLACE_TRX_IN_THD |