- 05 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 04 Mar, 2004 3 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.1
-
monty@mashka.mysql.fi authored
-
- 03 Mar, 2004 3 commits
-
-
harrison@corona.lordblink.com authored
Two things changed: 1. Repeated queries are only stored once in the history. 2. Multiline queries are stored in a concated format in the history, in addition to pieces. (Push approved by serg)
-
konstantin@oak.local authored
-
bar@bar.intranet.mysql.r18.ru authored
-
- 02 Mar, 2004 8 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@mysql.com authored
SHOW SLAVE STATUS.
-
guilhem@mysql.com authored
BUG#2826 "Seconds behind master weirdness" (sometimes this column of SHOW SLAVE STATUS shows a very big value, in fact a small negative number casted to ulonglong). This problem was reported by only one user, but which uses synchronized time between his servers. As suggested by the user, to hide this I display max(0, the value) so that it will be less confusing. For a user, seeing 0 is probably better than seeing -1 (both tell you that the slave is very close to the master).
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
konstantin@oak.local authored
reviewed in Saint-Petersbourg (including post-review fixes).
-
serg@serg.mylan authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
- 01 Mar, 2004 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
When password was granted with a global grant, then granting privileges on database level, without password being specified, will temporary (in memory) set password to ''.
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
- 29 Feb, 2004 4 commits
-
-
serg@serg.mylan authored
-
paul@ice.snake.net authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 28 Feb, 2004 9 commits
-
-
guilhem@mysql.com authored
-
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
-