- 30 Jul, 2003 3 commits
-
-
venu@myvenu.com authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
bar@bar.mysql.r18.ru authored
by MAX/MIN in some cases: SELECT coercibility(max(s1)) from t1; Subselect collation and derivation was not processed correctly: create table a select (select s1 from t1); select * from t1 where s1 = (select s2 from t1);
-
venu@myvenu.com authored
-
- 29 Jul, 2003 4 commits
-
-
paul@teton.kitebird.com authored
Revise 4.1 Windows-install instructions.
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1 (s1 CHAR(5) COLLATE latin1_german1_ci, s2 CHAR(5) COLLATE latin1_swedish_ci); SELECT * FROM t1 WHERE s1 = s2;
-
bar@bar.mysql.r18.ru authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
- 28 Jul, 2003 7 commits
-
-
gweir@build.mysql.com authored
Logging to logging@openlogging.org accepted README.1st: new file - Readme for Windows distribution
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
hf@deer.(none) authored
-
serg@serg.mylan authored
bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each field was assigned a charset, BLOBs were converted to TEXT)
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_663/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
- 27 Jul, 2003 3 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
- 26 Jul, 2003 2 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
have in fact no effect, because in 4.0 the slave always runs with --skip-innodb. In 4.1, mysqld accepts option --innodb which can override --skip-innodb. So I add this option to the test. When the updated test (using InnoDB tables) from 4.0 will be merged into 4.1, with this good .opt file, we'll have a meaningful test in 4.1. Until then, the test in 4.1 will pass but be useless. And in 4.0, it will stay useless forever. ("it" = the part of the test which tests replication of foreign_key_checks)
-
- 25 Jul, 2003 2 commits
-
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
Proposed fix for bug#909
-
- 24 Jul, 2003 1 commit
-
-
paul@teton.kitebird.com authored
The latter is misleading because differs from the syntax used for GRANT/REVOKE. Fix up test result affected by error message edits.
-
- 23 Jul, 2003 7 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-local
-
dlenev@dlenev.mshome authored
ignorant about ssl_type attribute
-
guilhem@gbichot2 authored
This is to avoid a test failure, which is fixed in 4.0 in ChangeSet@1.1455.34.1, 2003-06-10 23:29:49+02:00, guilhem@mysql.com by making RESET SLAVE reset the error.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
and other replicate-*-table options in SHOW SLAVE STATUS. Seems like it had not been done, so I push it now: there's 4 new columns to SHOW SLAVE STATUS.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2way
-
hf@deer.(none) authored
error handling fixed fetch_lengths made to work differently in embedded and client cases
-
- 22 Jul, 2003 5 commits
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_663/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2way
-
- 21 Jul, 2003 6 commits
-
-
serg@serg.mylan authored
-
paul@teton.kitebird.com authored
tweak
-
venu@hundin.mysql.fi authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2way
-
hf@deer.(none) authored
-
venu@myvenu.com authored
-