- 16 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 15 Aug, 2003 1 commit
-
-
bell@laptop.sanja.is.com.ua authored
-
- 13 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1
-
- 12 Aug, 2003 6 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-having_resolve-4.1
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
-
- 11 Aug, 2003 6 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-345
-
dlenev@dlenev.mshome authored
-
bar@bar.mysql.r18.ru authored
The above query created a field of koi8r charset, not cp1251 Change: CREATE TABLE a (a CHAR(1) CHARACTER SET utf8) Length now means character length, not byte length. The above creates a field that guarantees can store a multibyte value 1 character long. For utf8 the above creates a field that can store 3 bytes.
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1
-
bell@sanja.is.com.ua authored
-
- 09 Aug, 2003 3 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 07 Aug, 2003 4 commits
-
-
greg@gcw.ath.cx authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
fixed number of rows of external field reported to optimizer added check of choosen key (checked left expression tag) (SCRUM fix for simple IN optimisation)
-
- 06 Aug, 2003 4 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
Code clean-up sql_union.cc, union.test, union.result: A fix for a bug #978. This enables that NULL's can be entered into UNION's result set, although first SELECT columns are NOT NULL. This is also a start of fixing UNION's properly regarding type acceptance. sql_select.cc: A commit for my second July SPRINT task
-
kostja@oak.local authored
into oak.local:/home/kostja/mysql/mysql-4.1-count-distinct
-
kostja@oak.local authored
aligned with Sergey notes.
-
- 05 Aug, 2003 6 commits
-
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1
-
bell@sanja.is.com.ua authored
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1 (s1 CHAR(5) COLLATE latin1_german2_ci); INSERT INTO t1 VALUES ('Ü'); SELECT FIELD('ue',s1) FROM t1; The above returned 0 in error. Now 1 is returned.
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1 (s1 CHAR(5) CHARACTER SET latin1 COLLATE latin1_german2_ci); INSERT INTO t1 VALUES ('Ü'); INSERT INTO t1 VALUES ('ue'); SELECT DISTINCT s1 FROM t1; The above returned two rows in error. Now it returns one row, in latin1_german2_ci: Ü == ue
-
bar@bar.mysql.r18.ru authored
produced an error. This led to server crash in some cases, e.g.: create table t7 (s1 char); select * from t7 where concat(s1 collate latin1_general_ci,s1 collate latin1_swedish_ci) = 'AA';
-
- 04 Aug, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
- 02 Aug, 2003 2 commits
-
-
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.
-
- 01 Aug, 2003 5 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
-