- 13 Jan, 2006 12 commits
-
-
svoj@april.(none) authored
Allow fulltext index on VARCHAR columns longer than max key length.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
evgen@moonbone.local authored
into moonbone.local:/work/15538-bug-5.0-mysql
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
evgen@moonbone.local authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
jonas@perch.ndb.mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
- 12 Jan, 2006 21 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg12198-2
-
dlenev@mysql.com authored
functions". We should ignore alias when we check if table was already marked as temporary when we calculate set of tables to be prelocked. Otherwise we will erroneously treat tables which are used in same routine and have same name but different alias as non-temporary.
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
Changes to Netware specific mysqld_safe.c
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
after-merge fix for bug#15581 COALESCE function truncates mutli-byte TINYTEXT values
-
bar@mysql.com authored
After merge fix: fixing order of results.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug16166-r2
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
account that "FORCE INDEX" disables full table scans, and not range/index_merge scans. (with post-review fixes)
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15581
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.0-bug15103
-
anozdrin@mysql.com authored
-
- 11 Jan, 2006 7 commits
-
-
reggie@linux.site authored
into linux.site:/home/reggie/work/mysql-5.0
-
reggie@linux.site authored
-
evgen@moonbone.local authored
Absence of table in left part of LEFT/RIGHT join wasn't checked before name resolution which resulted in NULL dereferencing and server crash. Modified rules: "table_ref LEFT opt_outer JOIN_SYM table_ref" and "table_ref RIGHT opt_outer JOIN_SYM table_ref" NULL check is moved before push_new_name_resolution_context()
-
evgen@moonbone.local authored
select result Item equal objects are employed only at the optimize phase. Usually they are not supposed to be evaluated. Yet in some cases we call the method val_int() for them. Here we have to take care of restricting the predicate such an object represents f1=f2= ...=fn to the projection of known fields fi1=...=fik. Added a check for field's table being const in Item_equal::val_int(). If the field's table is not const val_int() just skips that field when evaluating Item_equal.
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
konstantin@mysql.com authored
rename sha1_* to mysql_sha1_*
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/tmpbuild
-