- 03 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
to 3.23
-
- 02 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52c ha_innobase.cc: Test the ref length sanity also in the production version
-
- 31 Jul, 2002 4 commits
-
-
monty@hundin.mysql.fi authored
Added back 'static inline', as not having this caused more problems than having it Fixed wrong arguments to printf()
-
monty@hundin.mysql.fi authored
Removed some compiler warnings regarding 'static' from InnoDB
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 30 Jul, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
-
lenz@mysql.com authored
- overhauled the RPM spec file (more macros, package descriptions)
-
heikki@hundin.mysql.fi authored
Since MySQL commits the stmt always at the end of an INSERT, it is enough to release auto-inc lock at innobase_commit and innobase_rollback; add also more comments to code
-
- 29 Jul, 2002 4 commits
-
-
heikki@hundin.mysql.fi authored
procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM
-
- 26 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Backport the AIX crash fix changes from 4.0
-
- 25 Jul, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Add diagnostic code to track a probable table corruption reported by a user
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
-
serg@sergbook.mysql.com authored
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
-
- 23 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
-
- 22 Jul, 2002 4 commits
-
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql3
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Fix a bug in the storage of the SQL NULL value in 64-bit computers: the value code must fit in 32 bits
-
- 21 Jul, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Move the assertion in foreign keys to the right place
-
heikki@hundin.mysql.fi authored
Revert the test changes to wait for a full push of new auto-inc algorithm
-
heikki@hundin.mysql.fi authored
Do not perform ON DELETE action for a FOREIGN KEY constraint if we are doing an UPDATE, not a DELETE dict0dict.c: test
-
- 19 Jul, 2002 4 commits
-
-
monty@mashka.mysql.fi authored
Fix wrong usage of constant which could cause mysqld to use index when doing an update/delete on small tables. code cleanup
-
heikki@hundin.mysql.fi authored
Align a buffer for i/o from a raw device
-
heikki@hundin.mysql.fi authored
Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
-
heikki@hundin.mysql.fi authored
Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
-
- 17 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 16 Jul, 2002 9 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
Suppress prints by slave.cc when there is a normal reconnect after the master has been quiet for the time of the net read timeout; this removes the Error 1159 messages many users have complained about in the replication of 3.23.51
-
bar@bar.udmsearch.izhnet.ru authored
-
bar@bar.udmsearch.izhnet.ru authored
-
bar@bar.udmsearch.izhnet.ru authored
-
heikki@hundin.mysql.fi authored
Increase max number of waiting threads to 10000 and put diagnostic prints if this value is exceeded
-
heikki@hundin.mysql.fi authored
On Monty's suggestion move ha_drop_database back inside LOCK_mysql_create_db, but we release LOCK_open during it to let possible running queries complete. I tested this and it seemed to work also in complex concurrent DELETE, SELECT, DROP DATABASE, and CREATE DATABASE situations
-
- 15 Jul, 2002 1 commit
-
-
lenz@mysql.com authored
from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution
-