- 07 Sep, 2005 15 commits
-
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/dev/mysql-5.0-0
-
aivanov@mysql.com authored
Post merge changes sql_yacc.yy: Post merge changes sql_select.cc: Fixed bugs #12101, #12102: wrong calculation of not_null_tables() for some expressions (post merge changes). The function add_key_fields() is modified. There cannot be NOT before BETWEEN/IN anymore. Rather Item_func_between/in objects can represent now [NOT]BETWEEN/IN expressions.
-
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.b12611
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
use saved view db name in case of view
-
gluh@eagle.intranet.mysql.r18.ru authored
Variable character_set_system is selectable now More accurate error message results during update of character_set_system and some other read only variables
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug12941
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12829
-
sergefp@mysql.com authored
created item into item->result_field, not *(item->ref)->result_field.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
-
brian@zim.(none) authored
-
- 06 Sep, 2005 25 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0
-
eric@mysql.com authored
into mysql.com:/Users/eric/bktmp/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug12715/my50-bug12715
-
msvensson@neptunus.(none) authored
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/dev/mysql-5.0-0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug12715/my50-bug12715
-
eric@mysql.com authored
into mysql.com:/Users/eric/bktmp/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0
-
bell@sanja.is.com.ua authored
-
eric@mysql.com authored
into mysql.com:/Users/eric/bktmp/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-mrg-5.0
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-bug12953
-
anozdrin@mysql.com authored
OPTIMIZE TABLE statement is forbidden from usage in stored procedures/functions. NOTE: OPTIMIZE TABLE statement can be useful in stored procedures. The idea is that the user/administrator can create a stored procedure for admin tasks (optimizing, backing up, etc). This procedure can be scheduled to run automatically (by mean of internal cron (WL#1034)). So, once we can make this statement work, it is worth doing it.
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
jani@ua141d10.elisa.omakaista.fi authored
insensitively with boolean options. Added a warning if given value is invalid and skips the option handling in that case.
-
msvensson@neptunus.(none) authored
- Workaround
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
aivanov@mysql.com authored
Fixed bugs #12101, #12102: wrong calculation of not_null_tables() for some expressions. The classes Item_func_between, Item_func_if, Item_func_in are modified. Item_func_between/in objects can represent now [NOT]BETWEEN/IN expressions. The class Item_func_opt_neg is added to factor out the functionality common for the modified classes Item_func_between and Item_func_in. item_cmpfunc.cc: Fixed bugs #12101, #12102: wrong calculation of not_null_tables() for some expressions. Added Item_func_between::fix_fields(), Item_func_if::fix_fields(), Item_func_in::fix_fields(). They correct generic calculation of the not_null_tables attribute when it is needed. Modified Item_func_between::val_int(), Item_func_in::val_int(). opt_range.cc: Fixed bugs #12101, #12102: wrong calculation of not_null_tables() for some expressions. The function get_mm_tree() is modified. There cannot be NOT before BETWEEN/IN anymore. Rather Item_func_between/in objects can represent now [NOT]BETWEEN/IN expressions. sql_yacc.yy: Fixed bugs #12101, #12102: wrong calculation of not_null_tables() for some expressions. Item_func_between/in objects can represent now [NOT]BETWEEN/IN expresions. join_outer.result: Fixed some testcases results (bugs #12101, #12102) join_outer.test: Added testcases for bugs #12101, #12102
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
msvensson@neptunus.(none) authored
- Common error handling regardless of --ps-protocol or not.
-
gluh@eagle.intranet.mysql.r18.ru authored
Argument of RAND function can be constant value only
-
bar@mysql.com authored
adding test case. item_cmpfunc.cc: Bug#12611 ESCAPE + LIKE do not work when the escape char is a multibyte one Additional fix for 8bit character sets: escape character must be converted into operation character set.
-
msvensson@neptunus.(none) authored
-
bar@mysql.com authored
after merge fix
-
bar@mysql.com authored
Bug 12611 : ESCAPE + LIKE do not work when the escape char is a multibyte one Forgot to commit this file in the previous changeset, together with other files.
-