- 06 Feb, 2001 8 commits
-
-
unknown authored
-
unknown authored
README: Cleanup sql-bench/Makefile.am: Remove deleted directory sql/mysqlbinlog.cc: Cleanup --help
-
unknown authored
Docs/manual.texi: Added link sql/share/Makefile.am: Fixed typo
-
unknown authored
-
unknown authored
sql/item_func.cc: auto-init of ft-index restored (to cope with const/system tables)
-
unknown authored
Docs/manual.texi: Lots of cleanups.
-
unknown authored
Thanks to Chris Richmond MD6-FDC <crichmon@pcocd2.intel.com> for the patch. sql-bench/crash-me.sh: fix bug with $limits{create_index} handling. fix typo (result_type -> $result_type). sql-bench/server-cfg.sh: fix uninitialized variable warning.
-
unknown authored
Build-tools/mysql-copyright: remove use of cp -a. sql-bench/Makefile.am: fix broken dist-hook target (brain-o) sql/share/Makefile.am: remove use of cp -a.
-
- 05 Feb, 2001 3 commits
- 04 Feb, 2001 2 commits
- 03 Feb, 2001 5 commits
-
-
unknown authored
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples BUILD/FINISH.sh: Avoid error message if tmp exists Docs/manual.texi: Cleaned up bug reporting section mysys/my_init.c: Workaround for bug in thread library in Unixware 7 readline/input.c: Portability fix scripts/mysql_install_db.sh: Made host, user and db field binary sql/item_func.h: Fixed bug in GROUP BY on ELT() sql/item_strfunc.cc: Fixed bug in GROUP BY on ELT() sql/share/Makefile.am: Don't automaticly checkout SCCS files sql/sql_select.cc: Cleanups sql/udf_example.cc: Added SEQUENCE() to UDF examples.
-
unknown authored
skip gcc2_compiled. junk extra/resolve_stack_dump.c: skip gcc2_compiled. junk
-
unknown authored
-
- 02 Feb, 2001 9 commits
-
-
unknown authored
Docs/manual.texi: merged
-
unknown authored
Docs/manual.texi: typo fixed
-
unknown authored
support-files/Makefile.am: Auto merged
-
unknown authored
into threads.polyesthetic.msg:/usr/local/src/my/work BitKeeper/etc/logging_ok: 'Auto converge'
-
unknown authored
mysql.server is a script, not data. Docs/Makefile.am: Use INSTALL_DATA instead of cp libmysql/Makefile.am: Use INSTALL_DATA instead of cp mysql-test/Makefile.am: Use INSTALL_DATA instead of cp sql-bench/Makefile.am: Use INSTALL_DATA instead of cp support-files/Makefile.am: mysql.server is a script, not data.
-
unknown authored
Docs/manual.texi: Auto merged
-
unknown authored
configure.in: SCO portability fixes. Removed the LIBS_BEFORE_SOCKET hack dead code. ltconfig: SCO portability fixes. ltmain.sh: SCO portability fixes.
-
unknown authored
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name Docs/manual.texi: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name client/mysql.cc: Don't crash when using -q with long fields include/my_net.h: Portability fix mysql-test/t/truncate.test: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name readline/input.c: Portability fix scripts/make_binary_distribution.sh: Portability fix sql-bench/crash-me.sh: Portability fix sql/mini_client.cc: Portability fix sql/mysqld.cc: cleanup sql/share/dutch/errmsg.txt: Fixed typo sql/share/english/errmsg.txt: Fixed typo sql/share/greek/errmsg.txt: Fixed typo sql/share/hungarian/errmsg.txt: Fixed typo sql/share/italian/errmsg.txt: New translated messages sql/share/portuguese/errmsg.txt: Fixed typo sql/share/romanian/errmsg.txt: Fixed typo sql/share/slovak/errmsg.txt: Fixed typo sql/share/spanish/errmsg.txt: Fixed typo sql/sql_yacc.yy: Changed TRUNCATE table_name -> TRUNCATE TABLE table_name support-files/Makefile.am: Portability fix
-
unknown authored
manual.texi REGEXP became case insensitive. Docs/manual.texi: fix tutorial examples that become incorrect when REGEXP became case insensitive.
-
- 01 Feb, 2001 3 commits
- 31 Jan, 2001 8 commits
-
-
unknown authored
Clean up $(INSTALL_DATA) use in sql/share. mysql-test/Makefile.am: Use $(INSTALL_DATA) instead of cp -p. sql-bench/Makefile.am: Use $(INSTALL_DATA) instead of cp -p. sql/share/Makefile.am: Use $(INSTALL_DATA), instead of for loop + basename.
-
unknown authored
Docs/manual.texi: merged
-
unknown authored
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql sql/table.cc: Auto merged
-
unknown authored
into mysql.sashanet.com:/home/sasha/src/bk/mysql sql/table.cc: Auto merged
-
unknown authored
fix to make table.cc compile mysql-test/mysql-test-run.sh: explictily state empty password for slave thread mysql-test/t/rpl000017-slave.sh: test oversized passwords for slave mysql-test/t/rpl000017.test: test oversized passwords sql/table.cc: fix to make it compile
-
unknown authored
-
unknown authored
Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name() Docs/manual.texi: Added more information about myisamchk client/mysqladmin.c: Added error message for CREATE database and fixed possible overflow bug include/myisam.h: New myisamchk option --sort-recover libmysql/libmysql.c: Removed commented code Don't define getpwuid (breaks on SCO 3.2) myisam/mi_check.c: Fixed (new) bug when using --recover --optimize myisam/mi_delete_table.c: Allow delete of crashed tables myisam/mi_key.c: Fixed bug when BLOB was first part of key myisam/myisamchk.c: New myisamchk option --sort-recover mysql-test/r/case.result: New test cases to check for reported bugs mysql-test/r/func_time.result: New test cases to check for reported bugs mysql-test/r/type_blob.result: New test cases to check for reported bugs mysql-test/r/type_datetime.result: New test cases to check for reported bugs mysql-test/t/case.test: New test cases to check for reported bugs mysql-test/t/func_time.test: New test cases to check for reported bugs mysql-test/t/type_blob.test: New test cases to check for reported bugs mysql-test/t/type_datetime.test: New test cases to check for reported bugs mysys/my_bitmap.c: Optimize sql-bench/limits/ms-sql.cfg: Updated limits sql/item_cmpfunc.cc: Fixed bug when using result from CASE in GROUP BY sql/item_cmpfunc.h: Fixed bug when using result from CASE in GROUP BY sql/item_timefunc.cc: Fixed core-dump bug in monthname() sql/sql_db.cc: Optimized calling of check_db_name() sql/sql_parse.cc: Optimized calling of check_db_name() sql/table.cc: Fixed typo
-
unknown authored
BUILD/FINISH.sh: Add --just-print and --help options, +cleanup. BUILD/SETUP.sh: Add --just-print and --help options, +cleanup. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
- 30 Jan, 2001 1 commit
-
-
unknown authored
check_db_name() referenced a non-existant variable. sql/table.cc: Fixed brain-o.
-
- 29 Jan, 2001 1 commit
-
-
unknown authored
into work.mysql.com:/d1/users/tim/my/work BitKeeper/etc/logging_ok: auto-union
-