- 15 Mar, 2001 1 commit
-
-
unknown authored
Docs/manual.texi: Updated links client/mysqltest.c: Added 'ping' method configure.in: Upgraded version number mysql-test/r/user_var.result: Added test for using variables with distinct mysql-test/t/kill.test: Use 'ping' to force reconnect mysql-test/t/user_var.test: Added test for using variables with distinct sql-bench/run-all-tests.sh: Fixed argument passing
-
- 14 Mar, 2001 13 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
-
unknown authored
Fixed bug in SHOW VARIABLES when using innobase tables Docs/manual.texi: Updated support prices and support information include/mysql_com.h: Fixed CLIENT_TRANSACTIONS define sql/mysqld.cc: Fixed bug in SHOW VARIABLES when using innobase tables BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
innobase/os/os0thread.c: Use pthread_attr_init instead of ..._create
-
unknown authored
innobase/srv/srv0srv.c: Eliminate another warning on HP-UX
-
unknown authored
srv0srv.c Eliminate wrong type calls of os_thread_create innobase/srv/srv0srv.c: Eliminate wrong type calls of os_thread_create innobase/srv/srv0start.c: Eliminate wrong type calls of os_thread_create
-
unknown authored
innobase/include/page0types.h: Eliminate a name collision on page_t on HP-UX
-
unknown authored
innobase/fsp/fsp0fsp.c: Circumvent a bug in Visual C inlining
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql sql/sql_class.cc: Auto merged
-
unknown authored
sql/sql_lex.cc: Changed serg's fix back.
-
unknown authored
added support for kill expr fixed coredump in set @A := foo; added testcase for user_var added testcase for kill sql/slave.cc: fd -> vio sql/sql_class.cc: fd->vio, fixed coredump on set @A := foo; sql/sql_class.h: fd -> vio sql/sql_repl.cc: fd -> vio sql/sql_yacc.yy: added support for kill expr - needed this for a clean test case of kill
-
- 13 Mar, 2001 7 commits
-
-
unknown authored
sql/field.cc ORDER BY bug fixed mysql-test/r/order_by.result: fixed for new test sql/field.cc: ORDER BY bug fixed
-
unknown authored
mysql-test-run.sh PATH corrected mysql-test/mysql-test-run.sh: PATH corrected sql/sql_lex.cc: per-thread state_map temporarily disabled
-
unknown authored
sql/sql_insert.cc: merged
-
unknown authored
manual.texi Updated Mascon entry to new version. Docs/manual.texi: Typo fix. Added mirror in Ukraine.
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged sql/sql_parse.cc: Auto merged sql/sql_class.h: Auto merged
-
unknown authored
interrupt I/O after thr_alarm_kill() test case for order by desc coredump mysql-test/t/order_by.test: added test case for order by desc bug sql/slave.cc: close socket on slave stop sql/slave.h: close socket on slave stop sql/sql_class.cc: close socket on slave stop sql/sql_class.h: close socket on slave stop sql/sql_parse.cc: changed kill_one_thread to use prepare_to_die() sql/sql_repl.cc: close socket on slave stop
-
unknown authored
Docs/manual.texi: Added News section for 3.23.35, and change notes for SQL_ANSI_MODE. sql/gen_lex_hash.cc: Fixed typo. Updated the values, so the parser can be created. sql/mysql_priv.h: Added ``global_state_map'' from sql_lex.cc. sql/sql_class.h: Added ``state_map'' to THD. This is a per-thread state map for lex. sql/sql_lex.cc: Renamed ``state_map'' to ``global_state_map''. Changed yylex() to use the new per-thread state map. sql/sql_parse.cc: Copy global_state_map into thd->state_map on thread start. sql/sql_yacc.yy: Added SQL_ANSI_MODE. Cleaned up some.
-
- 12 Mar, 2001 2 commits
- 11 Mar, 2001 3 commits
-
-
unknown authored
Docs/manual.texi: Added notes about 3.23.34a innobase/mem/Makefile.am: Add missing files innobase/pars/Makefile.am: fixed typo sql-bench/run-all-tests.sh: Fix for windows
-
unknown authored
Added missing files for innobase to the distribution BUILD/compile-pentium-debug: Always compile with BDB tables BUILD/compile-pentium: Always compile with BDB tables configure.in: Added missing files for innobase to the distribution innobase/mem/Makefile.am: Added missing files for innobase to the distribution innobase/pars/Makefile.am: Added missing files for innobase to the distribution sql/ha_isam.h: Don't use record cache with delete sql/handler.h: Optimization of delete with record cache sql/mysql_priv.h: Optimization of delete with record cache sql/records.cc: Optimization of delete with record cache sql/sql_delete.cc: Optimization of delete with record cache
-
unknown authored
Docs/manual.texi: Updated some typos in the innobase section client/mysql.cc: Added print of field types (for debugging) client/mysqladmin.c: Added timeout for shutdown mysql-test/mysql-test-run.sh: Use timeout for shutdown sql-bench/test-select.sh: Added test of query cache and new tests for count(distinct) sql/ha_myisam.cc: Don't give warnings for RESTORE TABLE sql/mysqld.cc: Added printing of innobase options sql/sql_lex.cc: Fixed possible bug when OEM sql/sql_table.cc: cleanup
-
- 10 Mar, 2001 2 commits
-
-
unknown authored
Docs/manual.texi: Updated changelog mysql-test/README: Added reference to manual mysql-test/r/bdb.result: Added test for MAX() bug mysql-test/r/innobase.result: Added test for MAX() bug mysql-test/t/bdb.test: Added test for MAX() bug mysql-test/t/innobase.test: Added test for MAX() bug sql-bench/server-cfg.sh: Don't create big blobs with innobase sql/ha_berkeley.cc: Fixed bug in MAX() optimizing BitKeeper/etc/ignore: Added sql/.gdbinit to the ignore list sql/ha_innobase.h: Fixed bug in MAX() optimizing sql/handler.h: Fixed bug in MAX() optimizing sql/opt_sum.cc: Fixed bug in MAX() optimizing
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
-
- 09 Mar, 2001 1 commit
-
-
unknown authored
Added delayed_user for delayed_threads Don't use record cache when doing deletes Docs/manual.texi: Added link to activestate perl mysql-test/t/delayed.test: Added sleep for slow machines scripts/mysql_install_db.sh: Fixed wrong option sql-bench/crash-me.sh: Intialize some variables sql/mysql_priv.h: Added delayed_user for delayed_threads sql/mysqld.cc: Added delayed_user for delayed_threads sql/sql_class.cc: Added delayed_user for delayed_threads sql/sql_delete.cc: Don't use record cache when doing deletes sql/sql_insert.cc: Added delayed_user for delayed_threads tests/fork3_test.pl: Added periodic check/repair of table
-
- 08 Mar, 2001 11 commits
-
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.sh: Added more informative error message
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Splitted INSERT syntax to different sub-sections mysql-test/r/delayed.result: Added new test that hanged INSERT DELAYED mysql-test/t/delayed.test: Added new test that hanged INSERT DELAYED scripts/mysqldumpslow.sh: Fix for new slow query log format sql/field_conv.cc: cleanup
-
unknown authored
configure.in: Always make a dummy bdb/build_unix/db.h, because the dependencies are included in the Makefile, which gets distributed, so this file has to exist. This is ugly.
-
unknown authored
'make distcheck' will work. I hope. This is an ugly hack.... configure.in: Force a fake bdb/build_unix/db.h file in case we're doing a VPATH build and using dependency files from an older build. This happens when 'make distcheck' is run.
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
-
unknown authored
-
unknown authored
Docs/manual.texi: Note about DROP DATABASE and Innobase website to the manual
-
unknown authored
innobase/row/row0mysql.c: Innobase does not trap now if one creates a table already in Innobase
-
unknown authored
Updated manual about INNOBASE and BDB BUILD/SETUP.sh: Added --print as alias for --just-print BUILD/compile-pentium-debug: Changed --with-innobase-db to --with-innobase BUILD/compile-pentium: Changed --with-innobase-db to --with-innobase Build-tools/Do-all-build-steps: Changed --with-innobase-db to --with-innobase Docs/manual.texi: Added that BDB and INNBASE is included in the source distribution sql/mysqld.cc: Fixed typo support-files/maxsql.spec.sh: Changed --with-innobase-db to --with-innobase support-files/mysql.spec.sh: Changed --with-innobase-db to --with-innobase
-