[MDEV-7333] "'show table status like 'table_name'" on tokudb table lead to MariaDB crash Created: 2014-12-16 Updated: 2015-01-15 Resolved: 2015-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 5.5, 10.0 |
| Fix Version/s: | 5.5.42, 10.0.16 |
| Type: | Bug | Priority: | Critical |
| Reporter: | robinzhao | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Operating System: Oracle Linux Server release 6.5 /etc/my.cnf: default-storage-engine=tokudb |
||
| Issue Links: |
|
||||||||
| Description |
|
"show table status like 'table_name'" on tokudb table lead to MariaDB crash, i could not get tokudb table DDL information, but insert/update/delete/select on that tokudb table work well. MariaDB error log
https://github.com/Tokutek/tokudb-engine/issues/274 |
| Comments |
| Comment by Elena Stepanova [ 2014-12-18 ] | |||||||||||||||||
|
Hi, Can you upload the whole datadir (importantly, the <datadir>/<schema>/<tablename>.frm file and all <datadir>/toku files) to our ftp.askmonty.org/private? | |||||||||||||||||
| Comment by robinzhao [ 2014-12-19 ] | |||||||||||||||||
|
@Elena Stepanova, filename: Issues_MariaDBServer_ | |||||||||||||||||
| Comment by Elena Stepanova [ 2014-12-21 ] | |||||||||||||||||
|
Thank you. So, it happens if the table was initially created with Tokutek binaries and had ROW_FORMAT in the definition (which MariaDB's version does not have). To reproduce: On a Tokutek build (I used mariadb-5.5.38-tokudb-7.1.7):
Then start MariaDB (e.g. current 5.5 tree) on the same datadir:
|