- 18 Apr, 2006 3 commits
-
-
pem@mysql.com authored
We must use the db key length in sp_drop_db_routines (and not the number of characters), or long db names will be truncated in the key.
-
pem@mysql.com authored
into mysql.com:/extern/mysql/5.0/bug18787/mysql-5.0-runtime
-
pem@mysql.com authored
Item_func_sp::tmp_table_field() to something more descriptive.
-
- 13 Apr, 2006 8 commits
-
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-runtime-merge
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-runtime-merge
-
aelkin@dl145j.mysql.com authored
into dl145j.mysql.com:/tmp/andrei/5.0-bug18715_drop_view_slave
-
grog@mysql.com authored
into mysql.com:/home/MySQL/5.0-Bug-17248a
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-csc9139
-
sergefp@mysql.com authored
get_best_covering_ror_intersect() was copying ror_scans starting from the end of the array and not from its beginning.
-
grog@mysql.com[grog] authored
-
grog@mysql.com[grog] authored
-
- 12 Apr, 2006 9 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
konstantin@mysql.com authored
limit.
-
kroki@mysql.com authored
into mysql.com:/home/tomash/src/mysql_ab/mysql-5.0-bug15933
-
kroki@mysql.com authored
CONNECTION_ID() was implemented as a constant Item, i.e. an instance of Item_static_int_func class holding value computed at creation time. Since Items are created on parsing, and trigger statements are parsed on table open, the first connection to open a particular table would effectively set its own CONNECTION_ID() inside trigger statements for that table. Re-implement CONNECTION_ID() as a class derived from Item_int_func, and compute connection_id on every call to fix_fields().
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-merge
-
kroki@mysql.com authored
into mysql.com:/home/tomash/src/mysql_ab/mysql-5.0-bug15933
-
kroki@mysql.com authored
a race between updating and checking Max_used_connections. This is done in a loop until either disconnect finished or timeout expired. In a latter case the test will fail.
-
aelkin@mysql.com authored
Fixed in parser. rpl_view gained no changes but rpl_view-slave.opt.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
- 11 Apr, 2006 13 commits
-
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__ready
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b14360
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merge
-
msvensson@neptunus.(none) authored
- Improved solution by adding an else stetment so that do find next is avoided if erorr occurs, but we still return zero files found instaed of an error
-
igor@rurik.mysql.com authored
If the second or the third argument of a BETWEEN predicate was a constant expression, like '2005.09.01' - INTERVAL 6 MONTH, while the other two arguments were fields then the predicate was evaluated incorrectly and the query returned a wrong result set. The bug was introduced in 5.0.17 when in the fix for 12612.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b14360
-
ramil@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
pem@mysql.com authored
a misnamed function ... in the presence of a continue handler. The problem was that with a handler, it continued to execute as if function existed and had set a useful return value (which it hadn't). The fix is to set a null return value and do an error return when a function wasn't found.
-
msvensson@neptunus.(none) authored
Add surrounding braces, move invalidate dictionary_cace to after declaration of variable "table_list"
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
- 10 Apr, 2006 7 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0-tmp
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-15868-work
-