- 27 Feb, 2006 4 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug17314-push
-
msvensson@neptunus.(none) authored
- Set FD_SETSIZE before including "sys/select.h"
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug17314
-
- 26 Feb, 2006 6 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
dlenev@mysql.com authored
after merging fix for it with main tree.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13525
-
- 25 Feb, 2006 6 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
- Added empty constructors and virtual destructors to many classes and structs - Removed some usage of the offsetof() macro to instead use C++ class pointers
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
-
- 24 Feb, 2006 6 commits
-
-
dlenev@mysql.com authored
Let us transfer triggers associated with table when we rename it (but only if we are not changing database to which table belongs, in the latter case we will emit error).
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
(Needed for "list of pushes" web page and autopush)
-
evgen@moonbone.local authored
into moonbone.local:/work/17530-bug-5.0-mysql
-
knielsen@mysql.com authored
(Backported from mysql-5.1-new)
-
evgen@moonbone.local authored
into moonbone.local:/work/17530-bug-5.0-mysql
-
- 23 Feb, 2006 14 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-runtime
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-runtime
-
konstantin@mysql.com authored
fixed in 5.0). A post-review fix (Bug#13134)
-
paul@snake-hub.snake.net authored
Rearrange out of order options in option struct.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Fix out of order entries in option struct.
-
msvensson@neptunus.(none) authored
-
konstantin@mysql.com authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
Add new parameter to do_eval so that only unescaped variables in input string is expanded and rest of string is left untouched.
-
- 22 Feb, 2006 4 commits
-
-
aelkin@mysql.com authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0-bug17265
-
aelkin@mysql.com authored
To quote Timour review lines: The actual cause of the bug is that sql_base.cc:setup_wild() sets "select_lex->with_wild = 0" (in the end of the function) once it expands all wild-cards, and wild-card expansion is done during the prepare phase. During this phase we replace all "*" with the corresponding items, which for views happen to be references to references. When we do execute, select_lex->with_wild = 0, and all "*" are already replaced by the corresponding items, which in the case of views need to be dereferenced first. Fixed by refining the assert. Regression test for the bug is rpl_row_view01, as was reported.
-
anozdrin@mysql.com authored
The problem was that error flag was not reset.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-