1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-17 12:02:09 +03:00
Commit Graph

217 Commits

Author SHA1 Message Date
b590fa2567 New benchmark test
Fixed bug in REPLACE with BDB tables
Prepare for write lock on read for BDB
Inform the handler when we want to use IGNORE / REPLACE
New manual pages
2000-12-24 15:19:00 +02:00
281a054f2a Fix replace bug w/ BDB tables by passing key_length to index_read_idx. 2000-12-22 16:19:54 +02:00
7617d198a4 Lots of fixes for BDB tables
Change DROP TABLE to first drop the data, then the .frm file
2000-12-08 17:04:57 +02:00
87d9388e52 Only write full transactions to binary log
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
2000-12-07 14:08:48 +02:00
81bc313e99 All statements are now run in a sub transaction
Give warning if we are using non transactional tables and do ROLLBACK
Porting of crash-me and benchmarks to FrontBase
2000-11-24 01:51:18 +02:00
b31d076879 Fixed some reported bugs 2000-11-18 23:13:48 +02:00
24a7aae0f4 fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query
public test suite now tests replication code as well
2000-11-17 23:35:40 -07:00
b689a1a752 merge 2000-11-16 00:24:11 +02:00
7a013339f8 Bug fixes, TRUNCATE, safer passwords on command line and connect timeout 2000-11-13 23:55:10 +02:00
57093008c6 laptop commit 2000-11-11 14:57:35 -07:00
8dabd3b053 Fix of automatic repair 2000-10-23 15:35:42 +03:00
b8af8fbe12 RESET MASTER/SLAVE documentation 2000-10-16 09:32:14 -06:00
9f7c4563f7 First part of automatic repair of MyISAM tables.
Error on full disk on repair.
SIGHUP signal handling.
Update with keys on timestamp
Portability fixes
2000-10-03 14:18:03 +03:00
751f2d1f16 Faster log::write() call, memory leak fix, flush master fix. 2000-09-16 04:27:21 +03:00
aa3580924b RENAME TABLE table_name TO new_table_name ; Faster Alloc
Small bug fixes
2000-08-21 03:00:52 +03:00
2f450e4fc7 Delayed keys + portability fixes 2000-08-16 05:14:02 +03:00
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00