- 24 Oct, 2002 1 commit
-
-
bk@admin.bk authored
-
- 05 Oct, 2002 3 commits
-
-
heikki@hundin.mysql.fi authored
Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation btr0cur.h, ha_innobase.cc: Use longlong in range estimation, in case there are > 4 billion rows
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Oct, 2002 7 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug: if SHOW INNODB STATUS or innodb_monitor printed several hundred transactions, the output was truncated and we forgot to release the kernel mutex
-
heikki@hundin.mysql.fi authored
Remove unintentionally pushed assert
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-3.23
-
lenz@mysql.com authored
InnoDB, so test it after InnoDB)
-
heikki@hundin.mysql.fi authored
Backport from 4.0.4 the bug fix of the crash when a temporary table was created inside LOCK TABLES and used
-
heikki@hundin.mysql.fi authored
Fix the probable reason why InnoDB versions after July 2, 2002 did not start properly in some Win 95/98/ME computers
-
- 02 Oct, 2002 3 commits
-
-
lenz@mysql.com authored
with static glibc installed
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-3.23-spec
-
lenz@mysql.com authored
- Updated scripts/make_binary_distribution.sh to include the correct ChangeLog and the LICENSE file for non-GPL builds
-
- 01 Oct, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug: the AUTO-INC lock was held to the end of trx if it was granted after a lock wait
-
- 27 Sep, 2002 2 commits
-
-
lenz@mysql.com authored
-
monty@hundin.mysql.fi authored
-
- 24 Sep, 2002 1 commit
-
-
lenz@mysql.com authored
- some cosmetical fixups (typos, comments)
-
- 23 Sep, 2002 4 commits
-
-
serg@build.mysql2.com authored
static nss linkingg issue
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
lenz@mysql.com authored
-
- 22 Sep, 2002 2 commits
-
-
lenz@mysql.com authored
-
monty@mashka.mysql.fi authored
-
- 21 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added missing mutex-lock around critical section in GRANT handling.
-
- 20 Sep, 2002 1 commit
-
-
lenz@mysql.com authored
of the static_nss stuff required for linking against the patched glibc)
-
- 17 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 16 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 14 Sep, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 13 Sep, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix typos in previous push
-
heikki@hundin.mysql.fi authored
Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
-
- 11 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change os0file.c: Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
-
- 10 Sep, 2002 4 commits
-
-
monty@mashka.mysql.fi authored
-
heikki@hundin.mysql.fi authored
Cleanup after last push
-
heikki@hundin.mysql.fi authored
update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2 ha_innobase.h, ha_innobase.cc: make innobase_flush_log_at_trx_commit a long, like other params
-
heikki@hundin.mysql.fi authored
Fix a typo: should be buf_page_print
-
- 09 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
innodb_flush_log_at_trx_commit can have values 0, 1, 2 starting from 3.23.52
-
- 08 Sep, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Remove an assertion in trx0undo.c which could erroneously fail when we ran out of tablespace
-
heikki@hundin.mysql.fi authored
Increase max latch wait time to 600 seconds before we assert
-