summaryrefslogtreecommitdiff
path: root/mysql-test/t/view.test
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/dlenev/src/mysql-5.0-mergesdlenev@mysql.com2005-12-121-1/+0
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-1/+0
| |\
| | * Fix for bug #11555 "Stored procedures: current SP tables locking makedlenev@mysql.com2005-12-071-1/+0
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-12-031-0/+40
|\ \ \ | |/ /
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0bell@sanja.is.com.ua2005-12-021-0/+19
| |\ \
| | * | Now we shall store only position (index of first character)bell@sanja.is.com.ua2005-12-021-0/+19
| | |/
| * | View creation code fixed to expect empty TABLE_LIST::table pointer (BUG#15096).bell@sanja.is.com.ua2005-12-011-0/+21
| |/
* | Merge mysql.com:/home/mysql_src/mysql-5.0-vanguilhem@mysql.com2005-11-191-2/+29
|\ \ | |/
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@moonbone.local2005-11-181-2/+0
| |\
| | * WL#2486 - natural/using joins according to SQL:2003.timour@mysql.com2005-11-181-2/+0
| * | Manually mergedevgen@moonbone.local2005-11-181-0/+9
| |\ \ | | |/ | |/|
| | * Fix bug #13622 Wrong view .frm created if some field's alias contain \nevgen@moonbone.local2005-11-111-0/+9
| * | Mergeevgen@moonbone.local2005-11-161-0/+10
| |\ \
| | * | Fix bug #14816 test_if_order_by_key() expected only Item_fields.evgen@moonbone.local2005-11-141-0/+10
| * | | Fix bug #14850 Item_ref's null_value wasn't updatedevgen@moonbone.local2005-11-141-0/+10
| |/ /
* | | Merge mysql.com:/home/mysql_src/mysql-5.0guilhem@mysql.com2005-11-181-2/+55
|\ \ \ | |/ /
| * | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-1/+1
| * | Fixed BUG#14719: Views DEFINER grammar is incorrectpem@mysql.com2005-11-091-0/+13
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-051-1/+27
| |\ \
| | * | Post-merge fixessergefp@mysql.com2005-11-031-7/+24
| | * | Mergedsergefp@mysql.com2005-11-031-1/+8
| | |\ \
| | | * | BUG#14026: When doing the end-of-prepare fix up for TABLE_LISTs used in the P...sergefp@mysql.com2005-11-021-1/+23
| | | |/
| * | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-11-021-1/+10
| |\ \ \ | | |/ /
| * | | Post review fixes.igor@rurik.mysql.com2005-11-021-1/+1
| * | | #view.test#:igor@rurik.mysql.com2005-11-021-0/+15
| | |/ | |/|
* | | Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-0/+4
| |/ |/|
* | Fix bug #14466 lost sort order in GROUP_CONCAT() in a viewevgen@moonbone.local2005-11-011-1/+11
|/
* Fixed BUG#14256: definer in view definition is not fully qualifiedpem@mysql.com2005-10-281-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-121-4/+7
|\
| * Reviewing new pushed codemonty@mysql.com2005-10-121-4/+7
* | Fix bug#13327 check_equality() wasn't checking view's fieldsevgen@moonbone.local2005-10-101-0/+20
|/
* Fix for BUG#13410 - qualified reference to a view column in the HAVING clause...timour@mysql.com2005-10-011-0/+2
* item.cc:igor@rurik.mysql.com2005-09-261-0/+11
* sql_base.cc, item.cc:igor@rurik.mysql.com2005-09-261-0/+15
* test case fixed to pass w/o innodbserg@serg.mylan2005-09-251-0/+2
* Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0georg@lmy002.wdf.sap.corp2005-09-191-0/+13
|\
| * Fix for bug#5508 after Sanja's reviewgeorg@lmy002.wdf.sap.corp2005-09-161-0/+13
* | Mergeevgen@moonbone.local2005-09-151-0/+7
|\ \ | |/ |/|
| * Fix bug #11416 Server crash if using a view that uses function convert_tzevgen@moonbone.local2005-09-151-0/+7
* | Merge mysql.com:/home/alexi/mysql-5.0aivanov@mysql.com2005-09-141-0/+31
|\ \ | |/ |/|
| * Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(),aivanov@mysql.com2005-09-141-0/+31
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-141-0/+9
|\ \ | |/ |/|
| * part 1 (ver 2, postreview fix) of WL#2787bell@sanja.is.com.ua2005-09-141-0/+9
* | Mergeevgen@moonbone.local2005-09-131-0/+9
|\ \
| * | Fix bug #12993 View column rename broken in subselectevgen@moonbone.local2005-09-121-0/+9
| |/
* | Fix for BUG#6808.timour@mysql.com2005-09-121-2/+11
|/
* Manual mergeevgen@moonbone.local2005-09-071-0/+8
|\
| * Fix bug #12922 if(sum(),...) with group from view returns wrong resultsevgen@moonbone.local2005-09-071-0/+10
* | Fix for BUG#12941: in create_tmp_field(), if the passed item is an Item_ref, ...sergefp@mysql.com2005-09-071-0/+33
|/
* postmerge changes bell@sanja.is.com.ua2005-09-021-36/+36