- 06 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Added option --host to mysqlhotcopy
-
monty@mashka.mysql.fi authored
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
-
- 05 Aug, 2002 6 commits
-
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
This should fix some possible table cache corruptions when doing OPTIMIZE or REPAIR table when other threads are opening new tables.
-
monty@mashka.mysql.fi authored
(Merge of code from 4.0)
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 03 Aug, 2002 4 commits
-
-
heikki@hundin.mysql.fi authored
Remove the complex typecast used to convert a HP-UX pthread struct to os_thread_id_t; the typecast seemed to work wrong in gcc-3.1 on HP-UX-10.20
-
salle@geopard.online.bg authored
into geopard.online.bg:/storage/bk/mysql-3.23
-
salle@geopard.online.bg authored
-
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
-