| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start -
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
|
|
|
|
| |
added test/sanity check for master_pos_wait()
|
|\
| |
| |
| | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql
|
| | |
|
| |
| |
| |
| | |
Made test more reliable on slow machines
|
| |
| |
| |
| | |
Added timeouts to replication tests to handle concurrent inserts
|
| | |
|
| |
| |
| |
| | |
Don't convert field names in mysql_list_fields
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
added send/reap/dirty_close
include/mysql.h
mysql_send_query()/mysql_reap_query()
libmysql/libmysql.c
mysql_send_query()/mysql_reap_query()
mysys/my_vsnprintf.c
fixed critical bug that codedumped when connection aborted
sql/sql_parse.cc
0
mysql-test/r/dirty-close.result
New BitKeeper file ``mysql-test/r/dirty-close.result''
mysql-test/t/dirty-close.test
New BitKeeper file ``mysql-test/t/dirty-close.test''
|
| |\
| | |
| | |
| | | |
into mysql.sashanet.com:/home/sasha/src/bk/mysql
|
| | | |
|
| | |
| | |
| | |
| | | |
ha_myisam.h magic removed
|
| | |
| | |
| | |
| | |
| | | |
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE tables to not use FILE
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
Fixed bug in TRIM
changed strnmov -> strmake
|
|\ \ \
| |_|/
|/| |
| | | |
into cane.mysql.fi:/usr/home/tim/my/work
|
| | | |
|
|/ /
| |
| |
| |
| | |
fixes for restore table
test case for backup/restore
|
|\ \
| |/
|/|
| | |
manual mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list
slave.h MASTER_POS_WAIT
lex.h MASTER_POS_WAIT
slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in
slave.cc debug abort count
sql_repl.cc announce the log name at the start of the log with a fake rotate event
item_create.h MASTER_POS_WAIT
item_func.cc MASTER_POS_WAIT
item_func.h MASTER_POS_WAIT
sql_class.h enter_cond(), exit_cond() helper inliners
item_create.cc added MASTER_POS_WAIT
mysql-test-run.sh speed improvement fixes
rpl000007.test sync
rpl000003.test sleep -> sync
rpl000004.test sleep -> sync, fixed clean up bug
rpl000014.test sync
rpl000009.test sync
rpl000013.test sync
rpl000001.test sleep -> sync
rpl000008.test sync
rpl000006.test sync on cleanup
rpl000011.test sync
rpl000012.test sync
rpl000005.test sleep -> sync
rpl000010.test sync
rpl000015.test sync
rpl000002.test sleep -> sync
rpl000014.result we now know the master log name as soon as we connect
mysql.cc added optional agrument to --wait
mysqltest.c added save_master_pos and sync_with_master commands
|
| |
| |
| |
| |
| | |
Fixed bug with HEAP tables on windows
Fixed bug with HAVING on empty tables
|
| |
| |
| |
| | |
Fix a typo in BDB configuration.
|
| |
| |
| |
| |
| | |
Added keyword MEDIUM to CHECK TABLE
New benchmarks results for Linux-alpha
|
| |
| |
| |
| |
| |
| | |
Fixed problem with negative DECIMAL() keys
Fixed some bugs with NULL keys in BDB
More mysql-test tests
|
|\ \ |
|
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| | |
| | |
| | | |
into donna.mysql.com:/home/tim/my/work
|
| |/ |
|
|/ |
|
|
|
|
| |
Fixed problem with NULL keys in BDB
|
| |
|
|
|
|
|
| |
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
|
|\ |
|
| |
| |
| |
| |
| | |
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
|
| |
| |
| |
| | |
fulltext_cache.test drop table added
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Delete: sql/share/spanish/errmsg.sys sql/share/swedish/errmsg.sys
sql/share/slovak/errmsg.sys sql/share/polish/errmsg.sys
sql/share/romanian/errmsg.sys sql/share/russian/errmsg.sys
sql/share/portuguese/errmsg.sys sql/share/hungarian/errmsg.sys
sql/share/italian/errmsg.sys sql/share/japanese/errmsg.sys
sql/share/korean/errmsg.sys sql/share/greek/errmsg.sys
sql/share/czech/errmsg.sys sql/share/danish/errmsg.sys
sql/share/dutch/errmsg.sys sql/share/english/errmsg.sys
sql/share/estonian/errmsg.sys sql/share/french/errmsg.sys
sql/share/german/errmsg.sys
post-commit adapted for bk-2.0beta5
|
|/
|
|
|
| |
fulltext_left_join.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_left_join.result
fulltext_left_join.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_left_join.test
|
|
|
|
|
| |
Changed atoll -> strtoll
Extended mysql-test-run
|
|
|
|
|
|
|
| |
rpl000014.test fixed bug in testcase
rename.test fixed cleanup problem
handler.cc added a comment
sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
|
|
|
|
|
| |
Split update_of_key into separate tests
Updated make_binary_distribution to generate symbol file for mysqld
|
| |
|
| |
|
| |
|
| |
|
| |
|