- 28 Feb, 2004 8 commits
-
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
"replicate-wild-*-table=db.% does not apply to ALTER DATABASE" apply replicate-* rules to ALTER DATABASE like we already do for CREATE DATABASE/ DROP DATABASE.
-
guilhem@mysql.com authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
update max_used_connections *after* thread_count was increased to take into account the current connection
-
lenz@kallisto.local authored
in class Statement")
-
serg@serg.mylan authored
on different systems sprintf("%.3", 1.555499999999999) behaves differently
-
- 27 Feb, 2004 10 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
UUID() function
-
lenz@kallisto.local authored
-
heikki@hundin.mysql.fi authored
Remove unused function btr_cur_update_sec_rec_in_place; besides, it was faulty, because even if strings are alphabetically identified, they can have different lengths
-
Greg@greg-laptop. authored
-
serg@build.mysql.com authored
(that is, these numbers are converted to doubles by a local OS strtod, and on different systems they get different values)
-
lenz@kallisto.local authored
-
- 26 Feb, 2004 1 commit
-
-
lenz@kallisto.local authored
-
- 25 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
- 24 Feb, 2004 4 commits
-
-
serg@serg.mylan authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
serg@serg.mylan authored
-
- 23 Feb, 2004 2 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 22 Feb, 2004 9 commits
-
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2719/mysql-4.1
-
guilhem@mysql.com authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fixed wrong test of database name (affected optimization of ORDER BY)
-
- 21 Feb, 2004 5 commits
-
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
-
guilhem@mysql.com authored
"--read-only gives weird error on update". It is not fixable in 4.0 because it requires modifying the sql/share/*/errmsg.txt files. So it is fixed in 4.1 like this: the ER_SKIP_GRANT_TABLES is replaced by a more generic ER_OPTION_PREVENTS_STATEMENT which can be used both for "can't do this because of --skip-grant-tables" and "can't do this because of --read-only" (for this we don't use ER_CANT_UPDATE_WITH_READLOCK anymore). So now the message for --read-only is: "The MySQL server is running with the --read-only option so cannot execute this statement".
-