- 01 Jun, 2003 1 commit
-
-
unknown authored
mysql-test/r/alter_table.result: new results mysql-test/r/lowercase_table.result: new results mysql-test/t/alter_table.test: Test of ALTER TABLE DISABLE KEYS + INSERT DELAYED mysql-test/t/lowercase_table.test: Added test of alias name comparison sql/mysql_priv.h: Made closed_cached_table local sql/sql_table.cc: Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED
-
- 28 May, 2003 2 commits
- 27 May, 2003 6 commits
-
-
unknown authored
before stopping. This is to make the test's result predictable (depending on the machine the results could formerly be slightly different, though everything is sane in the code; it's not a bug). mysql-test/r/rpl_log.result: result update
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0
-
unknown authored
Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316) client/mysql.cc: Fixed problem with prompt when server disconnect. (Bug 356) client/mysqltest.c: More debug information mysql-test/mysql-test-run.sh: Added support for --timezone in -master.opt mysql-test/t/raid.test: Fixed test if raid is enabled sql/field.cc: New my_gmt_sec() parameters sql/mysql_priv.h: New my_gmt_sec() parameters sql/mysqld.cc: Remove LOCK_timezone. Code cleanup sql/time.cc: Fixed problem with localtime -> gmt where some times resulted in different (but correct) timestamps. Now MySQL should use the smallest possible timestamp value in this case. (Bug 316)
-
unknown authored
soon. mysql-test/r/rpl_insert_id.result: Auto merged
-
- 26 May, 2003 14 commits
-
-
unknown authored
sql/mysqld.cc: Auto merged
-
unknown authored
-
unknown authored
mysys/thr_alarm.c: Safety fix
-
unknown authored
BitKeeper/etc/logging_ok: auto-union include/mysql_com.h: Auto merged sql/log_event.cc: Auto merged sql/ha_innodb.cc: Keep local copy
-
unknown authored
into narttu.mysql.fi:/my/mysql-3.23
-
unknown authored
-
unknown authored
into ua126d19.elisa.omakaista.fi:/home/my/bk/mysql-4.0 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
mysql-test/r/rpl_insert_id.result: Test logging of FOREIGN_KEY_CHECKS mysql-test/t/rpl_insert_id.test: Test logging of FOREIGN_KEY_CHECKS sql/log.cc: Code cleanup
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 sql/log_event.cc: Auto merged
-
unknown authored
-
unknown authored
Added read_only variable mysql-test/r/loaddata.result: Added testing of STARTING BY mysql-test/t/loaddata.test: Added testing of STARTING BY sql/log_event.cc: Code cleanup sql/set_var.cc: Added read_only variable sql/sql_update.cc: Remove not used variable
-
unknown authored
-
unknown authored
into mashka.mysql.fi:/home/my/mysql-3.23
-
unknown authored
-
- 25 May, 2003 2 commits
-
-
unknown authored
- A few more mutex locks and unlocks of rli.log_space_lock for doing clean reads of rli.ignore_log_space_limit - Broadcast after unlock, not before (small speed optimisation).
-
unknown authored
If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1 sql/log.cc: If FOREIGN_KEY_CHECKS=0, wrap in binlog SQL statements inside SET FOREIGN_...=0; ... ; SET FOREIGN_...=1
-
- 24 May, 2003 1 commit
-
-
unknown authored
mysql-test/r/insert_select.result: Result update. mysql-test/r/rpl_insert_id.result: Test update mysql-test/t/insert_select.test: Check if a partly completed INSERT SELECT (failing because of "Duplicate key" after successfully inserting other rows) is written to the binlog if the table is not transactional and at least one row has been inserted (bug #491) mysql-test/t/rpl_insert_id.test: Test for bug #490 (INSERT SELECT in auto_increment) sql/sql_insert.cc: - In INSERT ... SELECT, if it fails with error but one row has been inserted and the table is not transactional, we must write to the binlog (the slave will stop because of the error code in the binlog event, this is normal). bug 491. - we must set INSERT_ID before writing to the binlog (bug 490 accidentally introduced by another dev in 4.0.13).
-
- 23 May, 2003 4 commits
-
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0 configure.in: Auto merged
-
unknown authored
BUILD/SETUP.sh: Quote $CXX to make a test work even if CXX had spaces in it. Automatically add ccache to CC and CXX if ccache is present. configure.in: Accept "ccache gcc" in the test.
-
unknown authored
(this bug was already fixed in 4.0, I just copied and pasted two lines).
-
unknown authored
now have a thread safe realpath(3) implementation - added check to only define -DHAVE_BROKEN_REALPATH where required (thanks to Martin Blapp from the FreeBSD team for the patch) configure.in: - FreeBSD 4.8-STABLE (480101) and 5.0-CURRENT (500110) now have a thread safe realpath(3) implementation - added check to only define -DHAVE_BROKEN_REALPATH where required
-
- 21 May, 2003 6 commits
-
-
unknown authored
Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly innobase/row/row0ins.c: Disable UNIQU KEY error reporting in SHOW INNODB STATUS until we know if it slows down REPLACE significantly
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-3.23 BitKeeper/etc/logging_ok: auto-union sql/log_event.cc: Auto merged
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA/mysql-4.0 sql/log_event.cc: Auto merged
-
unknown authored
mysql-test/r/rpl_loaddata.result: added test for 'STARTING BY' mysql-test/std_data/rpl_loaddata2.dat: added test for 'STARTING BY' mysql-test/t/rpl_loaddata.test: added test for 'STARTING BY' sql/log_event.cc: fixed 'STARTING BY'
-
- 19 May, 2003 3 commits
-
-
unknown authored
- Updated version number in configure.in to 4.0.14 now that 4.0.13 has been tagged configure.in: - Updated version number to 4.0.14 now that 4.0.13 has been tagged
-
unknown authored
into narttu.mysql.fi:/my/mysql-4.0 sql/mysql_priv.h: Auto merged
-
unknown authored
myisam/myisamchk.c: Removed warning from fulltext when repairing many tables with fulltext index sql/init.cc: Remove not used variables sql/mysql_priv.h: Remove not used variables sql/mysqld.cc: Removed not used variables Added option --read-only Change opt_do_pstack and master_ssl to get them to work with my_getopt sql/set_var.cc: Option --read-only sql/sql_parse.cc: Option --read-only
-
- 18 May, 2003 1 commit
-
-
unknown authored
Better instructions for the user if adding of new ibdata files fails innobase/srv/srv0start.c: Better instructions for the user if adding of new ibdata files fails
-