- 09 Aug, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Add some more safety margin to buffer sizes in prints
-
heikki@hundin.mysql.fi authored
Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
-
heikki@hundin.mysql.fi authored
Revert changes to sprintf until we know why control characters scrambled the output
-
- 08 Aug, 2002 4 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Remove not needed locks in SHOW OPEN TABLES
-
lenz@mysql.com authored
compiler builtin when using gcc
-
- 07 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 06 Aug, 2002 7 commits
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52d
-
monty@hundin.mysql.fi authored
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
-
monty@hundin.mysql.fi authored
Removed Heikki's patch for handling this.
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Added option --host to mysqlhotcopy
-
heikki@hundin.mysql.fi authored
In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
-
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 1 commit
-
-
heikki@hundin.mysql.fi authored
Add diagnostic code to track a probable table corruption reported by a user
-