mariadb/myisammrg
unknown b40895f9d2 bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressed
myisammrg/myrg_open.c:
  never mark merge table as readonly even if all underlying myisam tables are readonly,
  otherwise ALTER TABLE merge UNION=(t1,t2,t3,...) will not work
sql/handler.cc:
  map EACCES to ER_OPEN_AS_READONLY.
  can only happen on modifying merge table that has (some) read-only myisam tables
2003-07-15 20:43:57 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am myisammrg::records_in_range 2002-11-17 18:54:23 +01:00
myrg_close.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_create.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_def.h Update copyright 2001-12-06 14:10:51 +02:00
myrg_delete.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_extra.c Fix to remove compiler warnings 2003-04-28 19:05:57 +03:00
myrg_info.c ANALYZE for MERGE 2002-12-10 00:06:05 +01:00
myrg_locking.c do not crash on myrg_rprev/myrg_rnext if no current table 2002-06-25 16:32:16 +02:00
myrg_open.c bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressed 2003-07-15 20:43:57 +02:00
myrg_panic.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_queue.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_range.c better boundary behaviour 2002-11-17 20:08:42 +01:00
myrg_rfirst.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rkey.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rlast.c Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
myrg_rnext.c Merge with 3.23.51 2002-07-25 22:46:28 +03:00
myrg_rprev.c Merge with 3.23.51 2002-07-25 22:46:28 +03:00
myrg_rrnd.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myrg_rsame.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_static.c Update copyright 2001-12-06 14:10:51 +02:00
myrg_update.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00
myrg_write.c Indentation cleanup & new comments 2002-06-28 09:18:23 +03:00