summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* repl-tests/test-repl-ts/repl-timestamp.master.rejectunknown2000-11-1314-32/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST repl-tests/test-repl-ts/repl-timestamp.master.reject: this file needs to be deleted sql/log_event.cc: fixed warnings sql/log_event.h: fixed () #define bug sql/mysql_priv.h: updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/mysqlbinlog.cc: fixed length argument - was supposed to be one less sql/mysqld.cc: replicate-do/ignore-table now works, wild does not yet sql/slave.cc: changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h: changes for replicate-do/ignore-table sql/sql_class.cc: slave_thread variable to THD sql/sql_class.h: added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc: updating argument to add_tables_to_list() sql/sql_table.cc: fixed bug in mysql_rm_table() sql/sql_yacc.yy: fixed up add_table_to_list() calls to accept updating argument sql/table.h: added updating to TABLE_LIST
* Merge nusphere@work.mysql.com:/home/bk/mysqlunknown2000-11-131-22/+22
|\ | | | | | | | | | | | | | | into nslinuxw2.bedford.progress.com:/users/devp/yfaktoro/bk/mysql Docs/manual.texi: Auto merged
| * Second batch of Howard changes in manual.texiunknown2000-11-131-22/+22
| | | | | | | | | | Docs/manual.texi: Second batch of Howard's changes
* | manual.texi Mirror addition.unknown2000-11-132-0/+7
| | | | | | | | | | | | | | Docs/manual.texi: Mirror addition. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge jcole@work.mysql.com:/home/bk/mysqlunknown2000-11-119-19/+69
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: Auto merged Docs/manual.texi: Auto merged sql/mysql_priv.h: Auto merged
| * | logging addedunknown2000-11-111-0/+1
| | |
| * | Oops, typo in manual.texi.unknown2000-11-111-1/+1
| | | | | | | | | | | | | | | Docs/manual.texi: Oops, typo.
| * | Whoops, forgot to update sql/ChangeLog.unknown2000-11-111-0/+4
| | | | | | | | | | | | | | | sql/ChangeLog: Whoops, forgot to update the ChangeLog.
| * | Added ALTER TABLE ... ORDER BY ...unknown2000-11-117-19/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added documentation for ALTER TABLE ... ORDER BY ... sql/mysql_priv.h: Exported make_unireg_sortorder Exported setup_order sql/sql_base.cc: Changes for ALTER TABLE ... ORDER BY ... sql/sql_parse.cc: Changes for ALTER TABLE ... ORDER BY ... sql/sql_select.cc: Moved make_unireg_sortorder and setup_order prototypes to mysql_priv.h and made them non-static so that they can be used elsewhere. Needed for ALTER TABLE ... ORDER BY ...
* | | Merge work.mysql.com:/home/bk/mysqlunknown2000-11-1115-112/+189
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | into laptop.slkc.uswest.net:/home/sasha/src/mysql BitKeeper/etc/logging_ok: auto-union
| * | laptop commit - bk wants me commit again!unknown2000-11-111-22/+22
| | | | | | | | | | | | | | | sql/log_event.cc: added sanity check to catch partial event reads from the master
| * | laptop commitunknown2000-11-114-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/compile-pentium-debug-no-bdb: forgot to install BDB on my laptop, needed to have this sql/log.cc: fixed initialization warning sql/sql_insert.cc: delayed insert was getting logged on failure. To make things worse, all delayed inserts were being logged with query_length=0 sql/sql_repl.cc: fixed compiler warnings
| * | laptop commit, syncing with the repostitory. Fixed some bad bugs in replicationunknown2000-11-1110-91/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/compile-pentium-debug: added -DEXTRA_DEBUG sql/Makefile.am: added slave.h sql/log_event.h: max_buf -> event_len in read_log_event sql/mysql_priv.h: moved the slave part to slave.h sql/mysqld.cc: changes for replcate_do/ignore_table ( does not work yet) sql/slave.cc: removed the stuff covered by slave.h sql/sql_class.h: moved slave stuff to slave.h sql/sql_repl.h: removed stuff covered by slave.h BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | First batch of changes in manual.texi from howard katzunknown2000-11-102-8/+9
| | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: First batch of changes from howard katz BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Mergeunknown2000-11-102-3/+4
|\ \ \ | |_|/ |/| | | | | | | | BitKeeper/etc/logging_ok: Auto merged
| * | to make bk happyunknown2000-11-101-0/+1
| | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | ft_parser.c minor bug that causes slightly incorrect weights and was found ↵unknown2000-11-091-3/+1
| | | | | | | | | | | | | | | | | | | | | only by occation fixed myisam/ft_parser.c: minor bug that causes slightly incorrect weights and was found only by occation fixed
* | | Added index for LOAD_FILE() to manual.unknown2000-11-082-3/+2
| |/ |/| | | | | | | | | | | Docs/manual.texi: Added index for LOAD_FILE() BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | manual.texi clarified language about logo requirement.unknown2000-11-071-2/+2
| | | | | | | | | | Docs/manual.texi: clarified language about logo requirement.
* | Changes to make ALTER TABLE and DELETE FROM TABLE work properlyunknown2000-11-072-2/+4
| | | | | | | | | | | | | | with BEGIN WORK.
* | Merge work:/home/bk/mysqlunknown2000-11-073-6/+7
|\ \ | | | | | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work
| * | sql_parse.cc test for changing to auto_commit mode was backwardsunknown2000-11-073-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ha_berkeley.cc bug fixes to make OPT_BEGIN work properly handler.cc bug fixes to make OPT_BEGIN work properly sql/handler.cc: bug fixes to make OPT_BEGIN work properly sql/ha_berkeley.cc: bug fixes to make OPT_BEGIN work properly sql/sql_parse.cc: test for changing to auto_commit mode was backwards
* | | Merge work.mysql.com:/home/bk/mysqlunknown2000-11-068-5/+30
|\ \ \ | |/ / |/| | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | sql/item_strfunc.ccunknown2000-11-068-5/+30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed coredump in concat_ws sql/item_strfunc.h fixed coredump in concat_ws sql/mini_client.cc added mc_mysql_error() sql/mini_client.h added mc_mysql_errno() sql/mysqlbinlog.cc fixed bug in --postion for local files sql/slave.cc more verbose message on bad net reads sql/sql_repl.cc send errno on error in mysql_binlog_send sql/item_strfunc.cc: fixed coredump in concat_ws sql/item_strfunc.h: fixed coredump in concat_ws sql/mini_client.cc: added mc_mysql_error() sql/mini_client.h: added mc_mysql_errno() sql/mysqlbinlog.cc: fixed bug in --postion for local files BitKeeper/etc/ignore: Added client/.mysqladmin.c.swp to the ignore list sql/slave.cc: more verbose message on bad net reads sql/sql_repl.cc: send errno on error in mysql_binlog_send
* | Changes from teg@redhat.com - subtle bugs that only show up underunknown2000-11-062-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | certain circumstances. include/global.h: Fix for gcc with strict aliasing. Thanks to teg@redhat.com for the patch. strings/strstr-sparc.s: %g6 -> %o2 %g6 and %g7 are reserved for OS use by Sun's ABI. Thanks to teg@redhat.com for the patch.
* | Merge work:/home/bk/mysqlunknown2000-11-064-1/+7
|\ \ | |/ |/| | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Merge work:/home/bk/mysqlunknown2000-11-0310-74/+59
| |\ | | | | | | | | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work Docs/manual.texi: Auto merged
| * \ Merge work:/home/bk/mysqlunknown2000-11-011-0/+24
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work Docs/manual.texi: Auto merged
| * | | manual.texi you can only build from top directoryunknown2000-10-301-0/+4
| | | | | | | | | | | | | | | | | | | | Docs/manual.texi: you can only build from top directory
| * | | Merge work:/home/bk/mysqlunknown2000-10-302-1/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
| | * | | sql_parse.cc add send_ok() for BEGIN WORKunknown2000-10-302-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql_yacc.yy SQLCOM_COMMIT => SQLCOM_BEGIN for BEGIN_SYM sql/sql_yacc.yy: SQLCOM_COMMIT => SQLCOM_BEGIN for BEGIN_SYM sql/sql_parse.cc: add send_ok() for BEGIN WORK
* | | | | BitKeeper/triggers/post-commitunknown2000-11-045-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send the diffs Docs/manual.texi updated change history include/my_sys.h Moved safemalloc_mem_limit here mysys/safemalloc.c fixed up safemalloc_mem_limit sql/mysqld.cc moved safemalloc_mem_limit declaration to my_sys.h BitKeeper/triggers/post-commit: send the diffs Docs/manual.texi: updated change history include/my_sys.h: Moved safemalloc_mem_limit here mysys/safemalloc.c: fixed up safemalloc_mem_limit sql/mysqld.cc: moved safemalloc_mem_limit declaration to my_sys.h
* | | | | Merge work.mysql.com:/home/bk/mysqlunknown2000-11-0414-236/+329
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Auto converge
| * | | | | configure.in fixed to properly handle 1 digit branchunknown2000-11-052-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: fixed to properly handle 1 digit branch BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | | | | Merge serg@work:/home/bk/mysqlunknown2000-11-045-28/+34
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| | * | | | fixed bug with FULLTEXT and ORDER BYunknown2000-11-045-28/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/ft_global.h: fixed bug with ORDER BY sql/ha_myisam.cc: fixed bug with ORDER BY sql/item_func.cc: fixed bug with ORDER BY sql/item_func.h: fixed bug with ORDER BY sql/sql_select.cc: fixed bug with ORDER BY
| * | | | | manual.texi Added mirror in USA.unknown2000-11-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added mirror in USA.
| * | | | | manual.texi Added mirror in Argentina.unknown2000-11-021-0/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Added mirror in Argentina.
| * | | | Mergeunknown2000-11-029-74/+44
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Ill-minded FULLTEXT impilict initialization hack removed.unknown2000-11-029-74/+44
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From now on FULLTEXT search is initialized expilictly in mysql_select() sql/item_func.cc: FULLTEXT expilict initialization sql/opt_ft.h: FULLTEXT expilict initialization sql/opt_range.h: FULLTEXT expilict initialization sql/ha_myisam.cc: FULLTEXT expilict initialization sql/ha_myisam.h: FULLTEXT expilict initialization sql/handler.h: FULLTEXT expilict initialization sql/item_func.h: FULLTEXT expilict initialization sql/sql_select.cc: FULLTEXT expilict initialization myisam/ft_search.c: FULLTEXT expilict initialization
| * | | manual.texi Typo fix.unknown2000-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Typo fix.
| * | | manual.texi Added mirrors.unknown2000-10-311-0/+24
| |/ / | | | | | | | | | | | | Docs/manual.texi: Added mirrors.
| * | Merge serg@work:/home/bk/mysqlunknown2000-10-291-131/+213
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql
| | * | mysqldump.c Dumping via SHOW CREATE added.unknown2000-10-291-131/+213
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Autofallback to the old behaviour for pre-3.23.26 servers. client/mysqldump.c: Dumping via SHOW CREATE added. Autofallback to the old behaviour for pre-3.23.26 servers.
* | | fix for FLUSH TABLES WITH READ LOCKunknown2000-11-042-1/+41
| | |
* | | sql/slave.ccunknown2000-11-035-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mutex now initialized in the constructor sql/sql_class.h intialize MASTER_INFO mutex in the constructor sql/sql_repl.cc fixed typo in error message if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number repl-tests/test-repl-ts/repl-timestamp.master.reject New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject'' BitKeeper/etc/ignore: Added repl-tests/test-repl-ts/repl-timestamp.master.reject to the ignore list sql/slave.cc: mutex now initialized in the constructor sql/sql_class.h: intialize MASTER_INFO mutex in the constructor sql/sql_repl.cc: fixed typo in error message if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number
* | | fixed bugs in elt() and make_set()unknown2000-11-036-4/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added two new test cases BitKeeper/etc/ignore: Added mysql-test/r/3.23/sel000004.result.reject mysql-test/var/lib/mysql-bin.006 mysql-test/var/lib/test/elt_ck1.frm mysql-test/var/lib/test/elt_ck1.MYD mysql-test/var/lib/test/elt_ck1.MYI mysql-test/var/lib/test/elt_ck2.frm mysql-test/var/lib/test/elt_ck2.MYD mysql-test/var/lib/test/elt_ck2.MYI to the ignore list mysql-test/r/3.23/sel000004.result: new result mysql-test/r/3.23/sel000005.result: new result sql/item_strfunc.cc: fixed bug in make_set() and elt()
* | | libmysql/libmysql.cunknown2000-10-287-6/+39
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keep vio from being freed twice when we are low on memory mysys/safemalloc.c changes for --safemalloc-mem-limit sql/mini_client.cc keep vio from being freed twice sql/mysqld.cc changes for --safemalloc-mem-limit sql/slave.cc prevent closing connection twice sql/sql_string.h shrink() did not work right when my_realloc() failed BitKeeper/etc/ignore: Added .gdb_history to the ignore list libmysql/libmysql.c: keep vio from being freed twice when we are low on memory mysys/safemalloc.c: changes for --safemalloc-mem-limit sql/mini_client.cc: keep vio from being freed twice sql/mysqld.cc: changes for --safemalloc-mem-limit sql/slave.cc: prevent closing connection twice sql/sql_string.h: shrink() did not work right when my_realloc() failed
* | Merge work.mysql.com:/home/bk/mysqlunknown2000-10-282-1/+6
|\ \ | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | mysys/mf_format.cunknown2000-10-282-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for SCO realpath() bug sql/slave.cc fixed memory leak when slave runs bad query mysys/mf_format.c: workaround for SCO realpath() bug sql/slave.cc: fixed memory leak when slave runs bad query