- 13 Oct, 2003 4 commits
-
-
heikki@hundin.mysql.fi authored
Add DISCARD etc. in the keyword: rule of sql_yacc.yy sql_table.cc: Add comment that DISCARD/IMPORT TABLESPACE is always the only clause in an ALTER TABLE
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-group_concat-4.1
-
heikki@hundin.mysql.fi authored
ALTER TABLE ... DISCARD/IMPORT TABLESPACE Track crash in buf_LRU_block_remove_hashed_page + 1807 reported in MySQL-3.23.5x
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-group_concat-4.1
-
- 12 Oct, 2003 2 commits
-
-
serg@serg.mylan authored
typo in error message text corrected. new tests added
-
bell@laptop.sanja.is.com.ua authored
(BUG#1537)
-
- 11 Oct, 2003 1 commit
-
-
paul@ice.snake.net authored
Fix error in --show-slave-auth-info help string.
-
- 10 Oct, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 09 Oct, 2003 4 commits
-
-
guilhem@gbichot2 authored
I manually edited rpl_openssl.result because the test is skipped on my machine. Hope it's correct.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
a better comment, and replacing an assignment by an equivalent simpler one.
-
heikki@hundin.mysql.fi authored
Fix the Windows compilation error reported by Miguel 1.5 hours ago
-
- 08 Oct, 2003 22 commits
-
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
paul@ice.snake.net authored
Add Stefan's new translations.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
"Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS". Finally this is adding - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread, so that the users, most of the time, has enough info with only SHOW SLAVE STATUS). - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP() on the master, computes the absolute difference between the master's and the slave's clock. It records the timestamp of the last event executed by the SQL thread, and does a small computation to find the number of seconds by which the slave is late.
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
monty@narttu.mysql.fi authored
-
paul@ice.snake.net authored
-
monty@narttu.mysql.fi authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
monty@narttu.mysql.fi authored
Remove wait_if_global_read_lock on commit as this can cause deadlocks
-
paul@ice.snake.net authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.1
-
monty@narttu.mysql.fi authored
More tests cases After merge fixes
-
lenz@kallisto.local authored
-
lenz@kallisto.local authored
4.0->4.1 merge (mysqltest needs to be linked with a C++ compiler)
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
Changed --remote to --read-from-remote-server (mysqlbinlog)
-
bell@laptop.sanja.is.com.ua authored
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-allany_aggregate-4.1
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
Character set variables test
-
greg@mysql.com authored
-
- 07 Oct, 2003 6 commits
-
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
guilhem@gbichot2 authored
This makes the test non-repeatable when running as root. So I change to not use the "" user, but a random string which will always result in the @localhost user being selected by the server.
-
monty@narttu.mysql.fi authored
-
guilhem@mysql.com authored
as the test is meaningful only if the slave supports transactions, we require this. As in 4.0 the slave runs with --skip-innodb, we test for BDB.
-
monty@narttu.mysql.fi authored
-