mariadb/myisammrg
unknown 184e24b225 Fixed ALTER TABLE on MERGE tables
Fixed bug in DISTINCT


Docs/manual.texi:
  Updated Changelog
  Cleaned up adding character sets
merge/open.c:
  skip comments
myisam/mi_check.c:
  Fixed bug when sorting index on Windows
myisammrg/myrg_info.c:
  Use only portable printf arguments
myisammrg/myrg_rrnd.c:
  Use only portable printf arguments
mysql-test/r/distinct.result:
  Added test case for bug in distinct
mysql-test/r/merge.result:
  Added test for ALTER TABLE
mysql-test/t/distinct.test:
  Added test case for bug in distinct
mysql-test/t/merge.test:
  Added test for ALTER TABLE
sql-bench/crash-me.sh:
  Fixed portability issues
sql/ha_myisammrg.cc:
  Fixed for ALTER TABLE on MERGE tables
sql/item_sum.cc:
  Fixed bug in DISTINCT
sql/sql_db.cc:
  Added test of namelen in check_db_name
sql/sql_select.cc:
  Fixed bug in DISTINCT
sql/sql_select.h:
  Fixed bug in DISTINCT
sql/sql_table.cc:
  Fixed ALTER TABLE on MERGE tables
sql/table.cc:
  Added test of namelen in check_db_name
sql/table.h:
  Fixed ALTER TABLE on MERGE tables
2001-01-28 21:35:50 +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 Merge 2000-08-18 13:09:26 +03:00
mymrgdef.h myrg_rrnd.c merge+insert (alternate take) 2000-12-07 14:48:05 +01:00
myrg_close.c Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
myrg_create.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
myrg_delete.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_extra.c sql_base.cc merge+insert (v.3) 2000-12-08 13:53:24 +01:00
myrg_info.c Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
myrg_locking.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_open.c Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
myrg_panic.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_queue.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myrg_rfirst.c Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myrg_rkey.c Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
myrg_rlast.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
myrg_rnext.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
myrg_rprev.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
myrg_rrnd.c Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
myrg_rsame.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_static.c Import changeset 2000-07-31 21:29:14 +02:00
myrg_update.c Import changeset 2000-07-31 21:29:14 +02:00