- 01 Jul, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
Don't set field to DEFAULT value when set to NULL
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
- 30 Jun, 2003 3 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
lenz@mysql.com authored
paths for the binary distributions (this will hopefully resolve the "file /usr/local/mysql/libexec/mysqld doesn't exist" error that many people are facing)
-
- 29 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 27 Jun, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Change optimizer to prefer key lookups before table scan Change table scans to be done after tables with constrains on scanned table
-
- 26 Jun, 2003 7 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.for_fix
-
gluh@gluh.mysql.r18.ru authored
-
monty@mashka.mysql.fi authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.615
-
monty@mashka.mysql.fi authored
-
- 25 Jun, 2003 3 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.674
-
hf@deer.(none) authored
-
lenz@mysql.com authored
again - even though the automake docs consider AM_CONFIG_HEADER obsolete, it currently still breaks for too many people to justify this change at the moment.
-
- 24 Jun, 2003 3 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.666
-
hf@deer.(none) authored
-
hf@deer.(none) authored
Looks a bit nicer than previous one
-
- 23 Jun, 2003 9 commits
-
-
monty@narttu.mysql.fi authored
Changed connect with timeout to use poll() instead if socket() to avoid problems with many open files
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
serg@sergbook.mylan authored
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@sergbook.mylan authored
-
monty@narttu.mysql.fi authored
into narttu.mysql.fi:/my/mysql-4.0
-
monty@narttu.mysql.fi authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.0.defweek
-
- 22 Jun, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
In ORDER BY MySQL seems to set the key read flag also in the case where the primary key contains only a prefix of a column - not the whole column; to prevent potential bugs retrieve the whole column if the index contains a prefix of it
-
guilhem@mysql.com authored
-
- 21 Jun, 2003 2 commits
-
-
guilhem@mysql.com authored
This way 3.23.58 slaves will always detect a 4.0.14 master (and stop) immediately. BUG#198.
-
hf@deer.(none) authored
This crash happens in rather exotic case when we try to run SELECT DISTINCT some_func(SUM(some_field)) GROUP BY another_field; on a table with single row. Optimizer marks this table as const, sets group=NULL (with remove_const) thus, create_tmp_table makes mistake collecting columns for temporary table and then crashes because the field_count gets less than hidden_columns_count.
-
- 20 Jun, 2003 5 commits
-
-
hf@deer.(none) authored
-
hf@deer.(none) authored
So now for the CREATE TABLE foo (id integer NOT NULL default 9) INSERT INTO foo VALUES (NULL); we get an error INSERT INTO foo VALUES (1), (NULL), (2); we get one warning and second record is set to 9 Is that what we want?
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Safe parenthesis.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-