- 11 May, 2001 2 commits
-
-
unknown authored
include/my_tree.h: fixed typo in comment mysys/tree.c: fixed typo in comment sql/item_sum.h: use tree for count distinct when possible
-
unknown authored
include/global.h: qsort_cmp2 include/my_tree.h: use qsort_cmp2 myisam/ft_boolean_search.c: use qsort_cmp2 myisam/ft_nlq_search.c: use qsort_cmp2 myisam/ft_parser.c: use qsort_cmp2 myisam/ft_stopwords.c: use qsort_cmp2 myisam/myisampack.c: use qsort_cmp2 mysys/tree.c: use qsort_cmp2 sql/sql_analyse.cc: use qsort_cmp2 sql/sql_analyse.h: use qsort_cmp2
-
- 10 May, 2001 5 commits
-
-
unknown authored
Docs/manual.texi: fixed bug from merge sql/sql_delete.cc: examined rows fix sql/sql_select.cc: fix bugs from merge sql/sql_update.cc: examined rows merge completion sql/sql_yacc.yy: fixed bugs from merge
-
unknown authored
BitKeeper/etc/ignore: auto-union BitKeeper/etc/logging_ok: auto-union acconfig.h: Auto merged acinclude.m4: Auto merged include/myisam.h: Auto merged mysql-test/mysql-test-run.sh: Auto merged BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7: Auto merged BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439: Auto merged client/mysqltest.c: Auto merged sql/lex.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.h: Auto merged sql/sql_show.cc: Auto merged sql/table.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_class.h: Auto merged Docs/manual.texi: merged client/errmsg.c: merged configure.in: merged sql/mysqld.cc: merged sql/sql_select.cc: merged, needs manual fixing sql/sql_yacc.yy: merged, needs manual fixing
-
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 13 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
-
unknown authored
os0file.c Removed unnecessary code from os_file_read innobase/os/os0file.c: Removed extraneous undef and inclde of aio.h, fixed typecasts to off_t
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Fixed example that was wrong.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Changelog
-
- 02 May, 2001 4 commits
-
-
unknown authored
Docs/manual.texi: Update AIX information support-files/Makefile.am: Removed mysql-max spec
-
unknown authored
innobase/row/row0sel.c: Fixed a typo in the fix to consistent read through a secondary index
-
unknown authored
Docs/manual.texi: Several minor fixes per Tom. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Docs/manual.texi: SCCS merged
-
- 01 May, 2001 2 commits
-
-
unknown authored
buf0buf.h Add checksum to written pages to check that they are also read in unchanged buf0flu.c Add checksum to written pages to check that they are also read in unchanged buf0buf.c Add checksum to written pages to check that they are also read in unchanged innobase/buf/buf0buf.c: Add checksum to written pages to check that they are also read in unchanged innobase/buf/buf0flu.c: Add checksum to written pages to check that they are also read in unchanged innobase/include/buf0buf.h: Add checksum to written pages to check that they are also read in unchanged innobase/log/log0recv.c: Add checksum to written pages to check that they are also read in unchanged
-
unknown authored
Docs/manual.texi: fixed paragraph BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 29 Apr, 2001 2 commits
- 27 Apr, 2001 1 commit
-
-
unknown authored
row0uins.c Partial fix to the DROP TABLE + another user rolls back in that table problem row0umod.c Partial fix to the DROP TABLE + another user rolls back in that table problem os0file.c Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep innobase/os/os0file.c: Reduce probability of deadlock bugs in connection with ibuf: do not let the ibuf i/o handler sleep innobase/row/row0uins.c: Partial fix to the DROP TABLE + another user rolls back in that table problem innobase/row/row0umod.c: Partial fix to the DROP TABLE + another user rolls back in that table problem innobase/row/row0sel.c: Fix a bug in multiversioned reads through a secondary index
-
- 26 Apr, 2001 1 commit
-
-
unknown authored
os0file.c Always do fsync after a file write to reduce possibility of a partially written page in an OS crash buf0rea.c Fixed a recovery hang associated with ibuf bitmap pages innobase/buf/buf0rea.c: Fixed a recovery hang associated with ibuf bitmap pages innobase/os/os0file.c: Always do fsync after a file write to reduce possibility of a partially written page in an OS crash
-
- 25 Apr, 2001 1 commit
-
-
unknown authored
-