- 18 Jul, 2005 14 commits
-
-
elliot@mysql.com authored
into mysql.com:/Users/emurphy/src/work/mysql-5.0-bug11567
-
elliot@mysql.com authored
-
shuichi@mysql.com authored
-
konstantin@mysql.com authored
-
monty@mishka.local authored
get_defaults_file() -> get_defaults_options()
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11482
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-5.0-bug-11482
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
-
evgen@moonbone.local authored
Changed test case comment to be more meaningful
-
evgen@moonbone.local authored
-
evgen@moonbone.local authored
than in previous 4.1.x Wrongly applied optimization were adding NOT NULL constraint which results in rejecting valid rows and reduced result set. The problem was that add_notnull_conds() while checking subquery were adding NOT NULL constraint to left joined table, to which, normally, optimization don't have to be applied.
-
monty@mishka.local authored
Changed defaults option --instance to --defaults-group-suffix Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX mysql_print_defaults now understands --defaults-group-suffix Remove usage of my_tempnam() (not safe function) if( -> if ( and while( to while (
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
- 17 Jul, 2005 3 commits
-
-
patg@krsna.patg.net authored
into krsna.patg.net:/home/patg/mysql-5.0
-
patg@radha.local authored
WHERE statement"
-
igor@rurik.mysql.com authored
Fixed bug #11885. sql_select.cc: Fixed bug #11885. Predicates of the forms 'a IN (v)' 'a NOT IN (v)' now is replaced by 'a=v' and 'a<>v' at the parsing stage. sql_yacc.yy: Fixed bug #11885. Predicates of the forms 'a IN (v)' 'a NOT IN (v)' now is replaced by 'a=v' and 'a<>v' at the parsing stage.
-
- 16 Jul, 2005 12 commits
-
-
igor@rurik.mysql.com authored
Fixed bug #11853. Corrected the code of the range optimization for NOT IN and NOT BETWEEN. range.test, range.result: Fixed bug #11853.
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-5.0-merge
-
georg@lmy002.wdf.sap.corp authored
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug6-5.0
-
georg@lmy002.wdf.sap.corp authored
Moved mysql_set_character_set function to client.c Changed function prototype for mysql_set_character_set (as suggested by Konstantin)
-
evgen@moonbone.local authored
into moonbone.local:/work/mysql-4.1-bug-11868
-
evgen@moonbone.local authored
disabled if ref is built with a key from the updated table Problem was in add_not_null_conds() optimization function. It contains following code: JOIN_TAB *referred_tab= not_null_item->field->table->reginfo.join_tab; ... add_cond_and_fix(&referred_tab->select_cond, notnull); For UPDATE described in bug report referred_tab is 0 and dereferencing it crashes the server.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/foo-5.0
-
brian@zim.(none) authored
-
patg@krsna.patg.net authored
deallocation cleanup
-
- 15 Jul, 2005 11 commits
-
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-root
-
reggie@linux.site authored
into linux.site:/home/reggie/bk/bug7403
-
konstantin@mysql.com authored
of system vars at PREPARE time": implement a special Item to handle system variables. This item substitutes itself with a basic constant containing variable value at fix_fields.
-
evgen@moonbone.local authored
than in previous 4.1.x Wrongly applied optimization were adding NOT NULL constraint which results in rejecting valid rows and reduced result set. The problem was that add_notnull_conds() while checking subquery were adding NOT NULL constraint to left joined table, to which, normally, optimization don't have to be applied.
-
georg@lmy002.wdf.sap.corp authored
increased version number for shared lib to 15
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug6-5.0
-
bell@sanja.is.com.ua authored
correct value of CURRENT_USER() in SP with "security definer" (BUG#7291)
-
reggie@linux.site authored
into linux.site:/home/reggie/bk/mysql-5.0
-
brian@zim.(none) authored
-
pem@mysql.com authored
-