mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: remove Item::intro_version
and partition_info::set_show_version_string - they were already broken and impossible to maintain
This commit is contained in:
@ -20,8 +20,8 @@ no_index_tab CREATE TABLE `no_index_tab` (
|
||||
`a` varchar(255) NOT NULL,
|
||||
`b` int(11) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
/*!50100 PARTITION BY KEY (b)
|
||||
PARTITIONS 2 */
|
||||
PARTITION BY KEY (b)
|
||||
PARTITIONS 2
|
||||
insert into marker set a = 1;
|
||||
insert into test.no_index_tab set a = 'foo', b = 1;
|
||||
insert into marker set a = 1;
|
||||
|
Reference in New Issue
Block a user