summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* make linux to behave (like freebsd does :)serg@serg.mylan2004-10-202-1/+3
* the test moved from range.test to innodb.test - it should not be run when inn...serg@serg.mylan2004-10-204-54/+56
* compatibility fixserg@serg.mylan2004-10-182-2/+7
* Implemented the stored procedure data access characteristics:pem@mysql.comhem.se2004-10-142-15/+38
* Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2004-10-121-1/+1
|\
| * column name changdbell@sanja.is.com.ua2004-10-121-1/+1
* | After merge adjustment of tests due to changes in cost estimates.timour@mysql.com2004-10-112-8/+8
* | Merge with implementation of WL#1724.timour@mysql.com2004-10-113-5/+2483
|\ \ | |/ |/|
| * Implementation of the last review comments for WL#1724timour@mysql.com2004-09-102-5/+17
| * WL#1724 "Min/Max Optimization for Queries with Group By Clause"timour@mysql.com2004-08-273-5/+2471
* | fix privileges for old style privileges tables on fly (as it do mysql_fix_pri...bell@sanja.is.com.ua2004-10-101-2/+2
* | showing table type now is controled by new parameter 'FULL' of SHOW TABLES co...bell@sanja.is.com.ua2004-10-1012-118/+128
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-092-0/+20
|\ \
| * | fixed incorrect type custing (fixed problem with runing tests with --debug (t...bell@sanja.is.com.ua2004-10-092-0/+20
* | | Fix for bug #5887 "Triggers with string literals cause errors"dlenev@brandersnatch.localdomain2004-10-082-0/+19
|/ /
* | changing results after test changingbell@sanja.is.com.ua2004-10-081-3/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-081-3/+6
|\ \
| * | Portability fix (Got different results for double -> longlong when compiling ...monty@mysql.com2004-10-081-3/+6
* | | changes in SHOW CREATE VIEW outputbell@sanja.is.com.ua2004-10-072-2/+2
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-074-55/+9
|\ \ \ | |/ /
| * | Revised BUG#5000: SPs can be created with no default database.pem@mysql.comhem.se2004-10-072-46/+0
| * | Fix results (becasue of strict mode)monty@mysql.com2004-10-071-1/+1
| * | Updates tests after 'no automatic default' patchmonty@mysql.com2004-10-071-8/+8
* | | allow merging views with subqueries in WHERE clause (BUG#5504)bell@sanja.is.com.ua2004-10-072-0/+69
* | | test of DELETE privilege and cyclic reference added in case of altering view ...bell@sanja.is.com.ua2004-10-072-15/+88
* | | sql_updatable_view_key replaced with updatable_views_with_limitbell@sanja.is.com.ua2004-10-072-21/+15
|/ /
* | join_outer.result, join_outer.test:igor@rurik.mysql.com2004-10-042-2/+71
* | After merge fixesmonty@mishka.local2004-10-053-15/+17
* | mergemonty@mishka.local2004-10-0528-230/+590
|\ \
| * | Fixed bug in strict mode (A state was not properly cleared on successful inse...monty@mishka.local2004-10-053-34/+80
| * | More fixes for strict mode:monty@mishka.local2004-10-0227-200/+514
* | | mergebell@sanja.is.com.ua2004-10-042-4/+169
|\ \ \
| * | | postmerge fixbell@sanja.is.com.ua2004-10-042-14/+14
| * | | mergebell@sanja.is.com.ua2004-09-292-4/+169
| |\ \ \
| | * | | post review changes:bell@sanja.is.com.ua2004-09-291-14/+14
| | * | | added CHECK option test for INSERT ... ON DUPLICATE KEY UPDATE (WL#1983)bell@sanja.is.com.ua2004-09-062-0/+26
| | * | | mergebell@sanja.is.com.ua2004-09-062-4/+143
| | |\ \ \
| | | * | | CHECK OPTIONs added (WL#1983)bell@sanja.is.com.ua2004-09-032-4/+143
* | | | | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0brian@avenger.(none)2004-10-01206-1194/+16089
|\ \ \ \ \ \
| * | | | | | Fixed BUG#4905: Stored procedure doesn't clear for "Rows affected".pem@mysql.comhem.se2004-09-292-0/+55
| | |_|_|/ / | |/| | | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2004-09-2819-166/+1336
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Strict mode & better warningsmonty@mishka.local2004-09-2819-166/+1336
| * | | | | fix test suite for portabilitybell@sanja.is.com.ua2004-09-282-25/+1
| * | | | | fix xml with viewbell@sanja.is.com.ua2004-09-262-0/+66
| * | | | | new show create view outputbell@sanja.is.com.ua2004-09-243-46/+69
| * | | | | SHOW CREATE VIEW (TABLE) privilege now reqiere show create privilegebell@sanja.is.com.ua2004-09-172-16/+16
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-172-10/+51
| |\ \ \ \ \
| | * | | | | now we allow to careate VIEW without any privileges on view columns (except c...bell@sanja.is.com.ua2004-09-172-10/+21
| | * | | | | updateability of field with collation support (BUG#5506)bell@sanja.is.com.ua2004-09-162-0/+30
| * | | | | | Fixed BUG#3583: query cache doesn't work for stored procedures.pem@mysql.comhem.se2004-09-172-2/+82
| | |/ / / / | |/| | | |