mariadb/myisammrg
svoj@mysql.com/april.(none) bd8f81f470 BUG#26976 - Missing table in merge not noted in related error msg +
SHOW CREATE TABLE fails

Underlying table names, that merge engine fails to open were not
reported.

With this fix CHECK TABLE issued against merge table reports all
underlying table names that it fails to open. Other statements
are unaffected, that is underlying table names are not included
into error message.

This fix doesn't solve SHOW CREATE TABLE issue.
2007-06-06 04:42:41 +05:00
..
.cvsignore
CMakeLists.txt
make-ccc
Makefile.am
myrg_close.c
myrg_create.c
myrg_def.h BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-06 04:42:41 +05:00
myrg_delete.c
myrg_extra.c
myrg_info.c
myrg_locking.c
myrg_open.c BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-06 04:42:41 +05:00
myrg_panic.c
myrg_queue.c
myrg_range.c
myrg_rfirst.c
myrg_rkey.c
myrg_rlast.c
myrg_rnext.c
myrg_rnext_same.c
myrg_rprev.c
myrg_rrnd.c
myrg_rsame.c
myrg_static.c
myrg_update.c
myrg_write.c