- 26 Dec, 2000 5 commits
-
-
unknown authored
BitKeeper/etc/ignore: added sql-bench/output/* Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Added MySQL usage & MySQL supporters sql/gen_lex_hash.cc: Smaller region sql/mysql_priv.h: --safe-show-db
-
unknown authored
ha_berkeley.cc - Use the DB_RMW (read, modify, write) flag when removing a key ha_berkeley.h - Don't use subtransactions in update_row by default sql_table.cc - Don't use subtransactions in update_row by default bdb.result BitKeeper file /usr/home/tim/my/work/mysql-test/r/bdb.result bdb.test BitKeeper file /usr/home/tim/my/work/mysql-test/t/bdb.test sql/ha_berkeley.cc: - Don't use subtransactions in update_row by default - Use the DB_RMW (read, modify, write) flag when removing a key sql/ha_berkeley.h: - Don't use subtransactions in update_row by default sql/sql_table.cc: - Don't use subtransactions in update_row by default
-
unknown authored
configure.in: SCCS merged
-
unknown authored
configure.in: --without-raid should not #define USE_RAID
-
- 24 Dec, 2000 4 commits
-
-
unknown authored
Docs/manual.texi: Contrib entry.
-
unknown authored
-
unknown authored
configure.in: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages Docs/manual.texi: Updates for BDB tables and new changes client/mysql.cc: Cleanup configure.in: Added sys/ioctl.h heap/hp_rkey.c: Fixed bug when reading next on not unique key include/my_base.h: Added new extra options man/mysql.1: Added example mysys/my_write.c: Safety fix scripts/mysqlaccess.sh: Removed debug output scripts/safe_mysqld.sh: Added --open-files-limit sql-bench/Results/ATIS-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/RUN-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/alter-table-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/big-tables-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/connect-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/create-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/insert-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/select-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/Results/wisconsin-mysql-Linux_2.2.14_my_SMP_i686: Updated to new benchmark sql-bench/bench-init.pl.sh: Updated to new benchmark sql-bench/server-cfg.sh: Fixes for HEAP tables sql-bench/test-ATIS.sh: Fix for heap tables sql-bench/test-insert.sh: Added some ORDER BY benchmarks to test more things sql/ha_berkeley.cc: Fix a bug in REPLACE sql/ha_berkeley.h: Fix to handle lock_on_read sql/mysql_priv.h: Prepare for internal subtransactions in BDB sql/mysqld.cc: Added -O open_files_limit=# sql/sql_insert.cc: Inform the handler when we want to use IGNORE / REPLACE sql/sql_load.cc: Inform the handler when we want to use IGNORE / REPLACE sql/sql_parse.cc: Cleanup sql/sql_show.cc: Cleanup sql/sql_table.cc: Inform the handler when we want to use IGNORE / REPLACE sql/sql_update.cc: Inform the handler when we want to use IGNORE / REPLACE support-files/binary-configure.sh: Better message
-
- 22 Dec, 2000 9 commits
-
-
unknown authored
BitKeeper/etc/gone: fixed (hopefully)
-
unknown authored
BitKeeper/etc/gone: auto-merge mysql-test/mysql-test-run.sh: merged
-
unknown authored
mrg000001.test clean merge tables for other tests to work mysqltest.c always compare vs. @result if any mrg000002.result corrected mysql-test/r/mrg000002.result: corrected client/mysqltest.c: always compare vs. @result if any mysql-test/t/mrg000001.test: clean merge tables for other tests to work mysql-test/mysql-test-run.sh: remove *.reject before testing
-
unknown authored
configure.in: - move extra bsdi fix up with other os-specific hacks include/global.h: - move extra bsdi fix up with other os-specific hacks
-
unknown authored
into cane.mysql.fi:/usr/home/tim/my/work
-
unknown authored
mysql-test/mysql-test-run.sh: - fix typo introduced in previous commit
-
unknown authored
mysql-test/t/replace.test: - test replace with an extra row that has a higher key value sql/sql_insert.cc: - pass real key length to index_read_idx, instead of relying on the table handler to convert 0 -> key_length (fixes replace bug in BDB)
-
unknown authored
Allow multiple options to be passed to mysql-test-run. BUILD/FINISH.sh: - use CFLAGS properly mysql-test/mysql-test-run.sh: - allow multiple options (e.g., --gcov --force)
-
unknown authored
sql/sql_show.cc: added RAID_* options to SHOW CREATE output
-
- 21 Dec, 2000 4 commits
-
-
unknown authored
into cane.mysql.fi:/usr/home/tim/my/work acconfig.h: Auto merged configure.in: Auto merged
-
unknown authored
Test delete from BDB table using hidden primary key.
-
unknown authored
libmysql/Makefile.am: - Makefile.shared should be part of the distribution libmysql/Makefile.shared: - strto.lo should not be built
-
unknown authored
BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *. acconfig.h: - compatibility fix for BSDi (getsockopt optlen type) configure.in: - compatibility fix for BSDi (getsockopt optlen type) libmysql/libmysql.c: - compatibility fix for BSDi (getsockopt optlen type) sql/mini_client.cc: - compatibility fix for BSDi (getsockopt optlen type)
-
- 20 Dec, 2000 9 commits
-
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql
-
unknown authored
undid bug in ENCRYPT() - will push this now added a test case for ENCRYPT() mysql-test/r/rpl000014.result: fixed result mysql-test/t/rpl000014.test: fixed timing ambiguity sql/item_strfunc.cc: undid SEGV bug in ENCRYPT()
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.sh: expr substr -> echo | cut
-
unknown authored
filesort.cc Temporary fix for FULLTEXT index removed sql/filesort.cc: Temporary fix for FULLTEXT index removed sql/sql_select.cc: Disables quick_select for JT_FT
-
unknown authored
-
unknown authored
fix to make ENCRYPT work BUILD/compile-pentium-debug debug has different warnings BUILD/FINISH.sh save symbol table and dissassembled code with symobls available before strip use $do_make for make decision instead of $make to avoid conflict BUILD/SETUP.sh export AM_MAKEFLAGS fast is now -fno-omit-frame-pointer, the opposite is now called reckless configure.in fixes to make CRYPT work again Docs/Makefile.am hack to avoid rebuilding the manual on make clean -why does Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES? BUILD/FINISH.sh: save symbol table and dissassembled code with symobls available before strip use $do_make for make decision instead of $make to avoid conflict BUILD/SETUP.sh: export AM_MAKEFLAGS fast is now -fno-omit-frame-pointer, the opposite is now called reckless BUILD/compile-pentium-debug: debug has different warnings BitKeeper/etc/ignore: Added mysqld.S mysqld.sym to the ignore list Docs/Makefile.am: hack to avoid rebuilding the manual on make clean -why does Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES? acconfig.h: fix to make ENCRYPT work configure.in: fixes to make CRYPT work again
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql sql/mysqld.cc: Auto merged
-
unknown authored
small fixes in backtrace code sql/mysqld.cc: small fixes in backtrace code
-
- 19 Dec, 2000 1 commit
-
-
unknown authored
sql/mysqld.cc: trace_stack() should only be compiled if we are x86 make segfault handler "re-enterant" in case we sefault in the handler itself fixed typos
-
- 18 Dec, 2000 8 commits
-
-
unknown authored
BUILD/FINISH.sh: - pass arguments to the build script on to configure
-
unknown authored
into cane.mysql.fi:/usr/home/tim/my/work Docs/manual.texi: Auto merged
-
unknown authored
Docs/manual.texi: Auto merged sql/sql_show.cc: Auto merged BUILD/compile-pentium: SCCS merged
-
unknown authored
sql-bench/copy-db.sh: Change mode to -rw-rw-r-- sql-bench/crash-me.sh: Change mode to -rw-rw-r-- sql-bench/server-cfg.sh: Change mode to -rw-rw-r-- sql-bench/test-insert.sh: Change mode to -rw-rw-r-- Docs/manual.texi: Merge with 4.0 + updates for column types sql/mysqld.cc: cleanup
-
unknown authored
BitKeeper/etc/ignore: - ignore Berkeley DB directory
-
unknown authored
- consolidate common functionality into one place - make them detect gmake/make BUILD/compile-alpha: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-debug-no-bdb: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-debug: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-gcov: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-myodbc: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-solaris-sparc-purify: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-solaris-sparc: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make
-
unknown authored
for the code. Docs/manual.texi: - added SHOW OPEN TABLES sql/gen_lex_hash.cc: - added SHOW OPEN TABLES sql/lex.h: - added SHOW OPEN TABLES sql/mysql_priv.h: - added SHOW OPEN TABLES sql/sql_base.cc: - added SHOW OPEN TABLES sql/sql_lex.h: - added SHOW OPEN TABLES sql/sql_parse.cc: - added SHOW OPEN TABLES sql/sql_show.cc: - added SHOW OPEN TABLES sql/sql_yacc.yy: - added SHOW OPEN TABLES
-
unknown authored
added message on all segfaults, and numeric backtrace of Linux i386 introduced a bug into ENCRYPT() to test backtrace - will clean up before push, but need this commit locally to pull on slave repositories to do further testing sql/item_strfunc.cc: temporarily introduced coredump bug into encrypt -- will not push, don't worry, just need to commit locally to test if my backtrace magic works on non-debugging binaries sql/mysqld.cc: changed SIGSEGV handler to execute on all platforms. write_core() invoked only if you do --core-file, but a message is printed regardless On i386 Linux, attempt a numeric backtrace sql/sql_delete.cc: Fixed logging bug - must log before send_ok(), otherwise, we may mess up error code in the query event if send_ok() fails.
-