mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Bug#60111 storage type for table not saved in .frm
- Add new "format section" in extra data segment with additional table and column properties. This was originally introduced in 5.1.20 based MySQL Cluster - Remove hardcoded STORAGE DISK for table and instead output the real storage format used. Keep both TABLESPACE and STORAGE inside same version guard. - Implement default version of handler::get_tablespace_name() since tablespace is now available in share and it's unnecessary for each handler to implement. (the function could actually be removed totally now). - Add test for combinations of TABLESPACE and STORAGE with CREATE TABLE and ALTER TABLE - Add test to show that 5.5 now can read a .frm file created by MySQL Cluster 7.0.22. Although it does not yet show the column level attributes, they are read.
This commit is contained in:
parent
d1d166875a
commit
0be575b7c8
13 changed files with 421 additions and 39 deletions
0
mysql-test/std_data/cluster_7022_table.MYD
Normal file
0
mysql-test/std_data/cluster_7022_table.MYD
Normal file
BIN
mysql-test/std_data/cluster_7022_table.MYI
Normal file
BIN
mysql-test/std_data/cluster_7022_table.MYI
Normal file
Binary file not shown.
BIN
mysql-test/std_data/cluster_7022_table.frm
Normal file
BIN
mysql-test/std_data/cluster_7022_table.frm
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue