mariadb/isam
unknown 765940cb3a Changed compare in MyISAM to use my_pread()
Fixed that @VAR shows all decimals
Fixed problem with FLUSH TABLES and LOCK TABLE
CREATE ... SELECT now creates keys later
Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key


Docs/manual.texi:
  Added MySQL/PostgreSQL comparison
isam/_dynrec.c:
  Fixed wrong compare (not used in MySQL)
myisam/mi_dynrec.c:
  Fixed wrong compare (not used in MySQL).
  Changed compare to use my_pread()
myisam/mi_packrec.c:
  cleanup
mysql-test/r/alter_table.result:
  Added test for ALTER TABLE
mysql-test/r/variables.result:
  Added test for variables with REAL values.
mysql-test/t/alter_table.test:
  Added test for ALTER TABLE
mysql-test/t/variables.test:
  Added test for variables with REAL values.
mysys/my_pread.c:
  Cleanup
sql-bench/Makefile.am:
  removed extra \
sql-bench/README:
  Fixed typo.
sql/item_func.cc:
  Fixed that @VAR shows all decimals
sql/share/swedish/errmsg.OLD:
  update
sql/sql_base.cc:
  Fixed problem with FLUSH TABLES and LOCK TABLE
sql/sql_insert.cc:
  CREATE ... SELECT now creates keys later
sql/sql_table.cc:
  Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key.
BitKeeper/etc/ignore:
  Added sql-bench/graph-compare-results to the ignore list
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-06-11 15:01:28 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
_cache.c Import changeset 2000-07-31 21:29:14 +02:00
_dbug.c Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
_dynrec.c Changed compare in MyISAM to use my_pread() 2001-06-11 15:01:28 +03:00
_key.c Import changeset 2000-07-31 21:29:14 +02:00
_locking.c Import changeset 2000-07-31 21:29:14 +02:00
_packrec.c Import changeset 2000-07-31 21:29:14 +02:00
_page.c Import changeset 2000-07-31 21:29:14 +02:00
_search.c Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
_statrec.c Import changeset 2000-07-31 21:29:14 +02:00
changed.c Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Import changeset 2000-07-31 21:29:14 +02:00
close.c Import changeset 2000-07-31 21:29:14 +02:00
create.c Fixes for Ia64 2000-08-23 15:02:27 +03:00
delete.c Fixes for Ia64 2000-08-23 15:02:27 +03:00
extra.c Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables 2000-10-15 18:45:53 +03:00
info.c Import changeset 2000-07-31 21:29:14 +02:00
isamchk.c Added isolation levels 2001-03-21 01:02:22 +02:00
isamdef.h Import changeset 2000-07-31 21:29:14 +02:00
isamlog.c Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
log.c Import changeset 2000-07-31 21:29:14 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Updated benchmark and results for PostgreSQL 7.0.2 2000-08-18 12:48:00 +03:00
open.c Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
pack_isam.c Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
panic.c Import changeset 2000-07-31 21:29:14 +02:00
range.c Import changeset 2000-07-31 21:29:14 +02:00
rfirst.c Import changeset 2000-07-31 21:29:14 +02:00
rkey.c Import changeset 2000-07-31 21:29:14 +02:00
rlast.c Import changeset 2000-07-31 21:29:14 +02:00
rnext.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
rprev.c Fixed problem with auto-repair of MyISAM tables 2000-11-21 03:43:34 +02:00
rrnd.c Import changeset 2000-07-31 21:29:14 +02:00
rsame.c Import changeset 2000-07-31 21:29:14 +02:00
rsamepos.c Import changeset 2000-07-31 21:29:14 +02:00
sort.c Import changeset 2000-07-31 21:29:14 +02:00
static.c Import changeset 2000-07-31 21:29:14 +02:00
test1.c Import changeset 2000-07-31 21:29:14 +02:00
test2.c Import changeset 2000-07-31 21:29:14 +02:00
test3.c Import changeset 2000-07-31 21:29:14 +02:00
test_all Import changeset 2000-07-31 21:29:14 +02:00
test_all.res Import changeset 2000-07-31 21:29:14 +02:00
update.c Fixed indention, removed compiler varnings and fixed a bug 2000-09-29 00:58:16 +03:00
write.c Fixes for Ia64 2000-08-23 15:02:27 +03:00