- 16 May, 2001 4 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
forgot to add result mysql-test/r/rpl000001.result: forgot to add result
-
unknown authored
added a test for updates on user table mysql-test/t/rpl000001.test: added a test for updates on user table
-
unknown authored
os0file.c Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun innobase/os/os0file.c: Fixed an extraneous error message at the start of db, changed from O_SYNC back to fdatasync because extremely slow on Sun
-
- 15 May, 2001 3 commits
-
-
unknown authored
ut0dbg.h Changed Innobase->InnoDB os0file.c InnoDB prints now the number of OS error in a file operation innobase/include/ut0dbg.h: Changed Innobase->InnoDB innobase/os/os0file.c: More precise error message number
-
unknown authored
into threads.polyesthetic.msg:/usr/local/src/my/3
-
unknown authored
Redhat's RPM's are looking for. Submitted by Florin Andrei <florin@sgi.com>. support-files/mysql.spec.sh: Add "mysql" to the Provides: line, to match what Redhat's RPM's are looking for.
-
- 14 May, 2001 5 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
fixed frame depth since we now are a frame deeper on Alpha, use SP instead of FP sql/stacktrace.c: fixed frame depth since we now are a frame deeper on Alpha, use SP instead of FP
-
unknown authored
innobase/row/row0undo.c: Fix a bug if we run out of space in the tablespace assertion in trx0roll.c
-
unknown authored
into threads.polyesthetic.msg:/usr/local/src/my/3 BitKeeper/etc/logging_ok: auto-union sql/sql_select.cc: Auto merged
-
unknown authored
configure.in Check if fdatasync exists manual.texi Updated defragmenting doc manual.texi Corrected fillfactor contract threashold for a page to 1/2 Docs/manual.texi: Updated defragmenting doc innobase/configure.in: Check if fdatasync exists innobase/os/os0file.c: Use O_SYNC if possible, second choice fdatasync, and last choice fsync
-
- 13 May, 2001 3 commits
-
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified Docs/manual.texi: Added new contrib stuff bdb/dist/Makefile.in: Don't automaticly checkout things from bk mysys/mf_keycache.c: Add debugging of keycache when EXTRA_DEBUG is specified. mysys/mf_qsort.c: Updated qsort source from glibc. sql/Makefile.am: Cleanup up stacktrace code sql/mysqld.cc: Cleanup up stacktrace code
-
unknown authored
manual.texi book errata. Docs/manual.texi: changed location of samp_db distribution and MySQL book errata.
-
- 12 May, 2001 1 commit
-
-
unknown authored
sql/mysqld.cc: Fixes for Alpha cc compiler support-files/my-huge.cnf.sh: cleanup support-files/my-large.cnf.sh: cleanup support-files/my-medium.cnf.sh: cleanup support-files/my-small.cnf.sh: cleanup
-
- 11 May, 2001 4 commits
-
-
unknown authored
Docs/manual.texi: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
Docs/manual.texi: Updated gdb / trace information innobase/pars/pars0grm.c: Removed warning on windows mysys/mf_keycache.c: Changed "exec" to "check_keycache" sql/mysqld.cc: Added suffix for windows binaries
-
unknown authored
-
unknown authored
Docs/manual.texi: Added a note on table defragmenting and a sentence on InnoDB speed
-
- 10 May, 2001 3 commits
-
-
unknown authored
put back the things that the merge removed sql/mysqld.cc: put back the things that the merge removed
-
unknown authored
sql/mysqld.cc: merged - need to fix
-
unknown authored
limited support on Alpha - in general case, even with frame pointer, stack trace on alpha is impossible without looking at the symbol table frame pointer does get saved on the stack, but you have no idea where and where the return address is saved. So the best we can do without the symbol table is look for magic opcodes and try to guess how big each frame is and where the return address was hidden from the instruction parameters. In practice, we can usually go up 3-4 frames before we hit some nasty frame that the current code cannot figure out. This is actually not too bad, especially when we already have the query Also cleaned up messages, print more variables, tell the user of how much memory mysqld could potentially use, and warn of what can happen with default STACK_SIZE and a lot of connections if coredump happens when there are more than 200 connections. sql/mysqld.cc: stack trace updates
-
- 09 May, 2001 4 commits
-
-
unknown authored
into donna.mysql.fi:/home/heikki/mysqle
-
unknown authored
innobase/row/row0sel.c: Fix a bug in consistent read through secondary key
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB Docs/manual.texi: Changelog + update of table types bdb/include/log.h: Patch from Sleepycat bdb/log/log.c: Patch from Sleepycat bdb/log/log_rec.c: Patch from Sleepycat client/mysqladmin.c: Cleanup innobase/include/univ.i: Fix for compilation on Windows innobase/os/os0file.c: cleanup innobase/pars/pars0grm.y: Fix for compilation on Windows mysql-test/r/innodb.result: New test case mysql-test/t/innodb.test: New test case sql/ha_innobase.cc: cleanup sql/ha_innobase.h: Fix for prefix keys sql/handler.h: Fix for temporary Innodb tables sql/item_strfunc.cc: Fixed bug in REPLACE() sql/lock.cc: Fix for temporary Innodb tables sql/mysqld.cc: Added --skip-stack-trace sql/share/english/errmsg.txt: Better error messages sql/sql_base.cc: Fix for temporary Innodb tables sql/sql_select.cc: Fix for temporary Innodb tables sql/sql_table.cc: Fixed sub char keys for InnoDB sql/table.h: Fix for temporary Innodb tables
-
- 07 May, 2001 1 commit
-
-
unknown authored
removed porn site Docs/manual.texi: removed porn site
-
- 05 May, 2001 2 commits
- 04 May, 2001 2 commits
- 03 May, 2001 8 commits
-
-
unknown authored
sql/mini_client.cc: pass along ER_NET_PACKET_TOO_LARGE sql/slave.cc: better error message when the packet is too large in slave thread
-
unknown authored
fixed bug sql/sql_repl.cc undid virtual master change Docs/manual.texi: fixed bug sql/sql_repl.cc: undid virtual master change
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
BitKeeper/deleted/.del-binlog-backup-restore.test~d5b0b9bd83738a9f: Delete: mysql-test/t/binlog-backup-restore.test BitKeeper/deleted/.del-binlog-backup-restore.result~605de78abda64d27: Delete: mysql-test/r/binlog-backup-restore.result
-
unknown authored
row0uins.c Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0uins.c: Partial fix to concurrent drop table and rollback by other user of rows in that table innobase/row/row0umod.c: Partial fix to concurrent drop table and rollback by other user of rows in that table
-
unknown authored
innobase/include/univ.i: Do not inline on Unix if non-gcc compiler
-
unknown authored
Docs/manual.texi: Update MySQL manual about the syntax change to ...LOCK IN SHARE MODE
-
unknown authored
sql_yacc.yy changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a parsing bug after a WHERE clause sql/sql_yacc.yy: changed ...IN SHARE MODE to ...LOCK IN SHARE MODE to resolve a parsing bug after a WHERE clause
-