- 09 Aug, 2003 1 commit
-
-
igor@rurik.mysql.com authored
Added key cache parameters for midpoint insertion strategy Many files: Added midpoint insertion strategy for key cache mi_test2.c: Added a parameter to resize_key_cache
-
- 02 Aug, 2003 6 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
which are fixed now. In 4.1 there are 3 calls; 2 of them will be fixed when there is a merge; here I fix the 3rd, new one.
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
-
- 01 Aug, 2003 7 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-unknown_table-4.1
-
bell@sanja.is.com.ua authored
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-root
-
bell@sanja.is.com.ua authored
-
kostja@oak.local authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_ci-4.1
-
bell@sanja.is.com.ua authored
-
- 31 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Upper/lower case translation bug for letter 't' fix.
-
- 30 Jul, 2003 4 commits
-
-
bar@bar.mysql.r18.ru authored
-
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 6 commits
-
-
paul@teton.kitebird.com authored
Revise 4.1 Windows-install instructions.
-
bell@sanja.is.com.ua authored
(fixed BUG#943)
-
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
-
bell@sanja.is.com.ua authored
count HAVING clause elements with select list elements, because agregate function can be present in it (BUG#922) removerd unused loop_id
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
- 28 Jul, 2003 8 commits
-
-
gweir@build.mysql.com authored
Logging to logging@openlogging.org accepted README.1st: new file - Readme for Windows distribution
-
bell@sanja.is.com.ua authored
-
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
-