summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Improved testing of ssl and compressionmsvensson@neptunus.(none)2005-10-0412-31/+9035
| | | | | | | | | | | | - Added show status variable "compression" for checking that compression is turned on. - Updated show status variable "have_openssl" to be set to DISABLED if server supports ssl but it's not turned on to accept incoming ssl connections. - Setup server to accept ssl connections from clients ig that is supported by server - New tests - ssl - Run with ssl turned on - ssl_compress - Run with ssl and compression turned on - compress - Run with compression turned in - Updated test - openssl_1, rpl_openssl1 - Changed to run if server supports ssl
* Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@moonbone.local2005-09-152-0/+22
|\ | | | | | | into moonbone.local:/work/12887-bug-5.0-mysql
| * Manual mergeevgen@moonbone.local2005-09-152-0/+22
| |\
| | * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-09-152-0/+21
| | |\ | | | | | | | | | | | | into moonbone.local:/work/12887-bug-4.1-mysql
| | | * Fix bug#12887 Distinct is not always applied after rollupevgen@moonbone.local2005-09-152-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For queries with GROUP BY and without hidden GROUP BY fields DISTINCT is optimized away becuase such queries produce result set without duplicates. But ROLLUP can add rows which may be same to some rows and this fact was ignored. Added check so if ROLLUP is present DISTINCT can't be optimized away.
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0serg@serg.mylan2005-09-154-28/+360
|\ \ \ \ | |/ / / |/| | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * | | bad merge fixedserg@serg.mylan2005-09-154-28/+360
| | | |
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@moonbone.local2005-09-152-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | into moonbone.local:/work/11416-bug-5.0-mysql
| * \ \ \ Mergeevgen@moonbone.local2005-09-152-0/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix bug #11416 Server crash if using a view that uses function convert_tzevgen@moonbone.local2005-09-152-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When parser parses function convert_tz it loads available timezone tables in thd->lex->time_zone_tables_used. But view have another lex that main query. Thus time_zone_tables_used of main query left uninitialized. When Item_func_conver_tz is fixed it takes timezone tables from main query and later when it executed it assumes that timezone tables are loaded and failed that assertion.
* | | | | Information schema fix for WL#2787bell@sanja.is.com.ua2005-09-151-10/+10
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-09-151-3/+113
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-5.0-bg12704-2
| * | | | Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-3/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug occurs when some trigger for table used by DML statement is created or changed while statement was waiting in lock_tables(). In this situation prelocking set which we have calculated becames invalid which can easily lead to errors and even in some cases to crashes. With proposed patch we no longer silently reopen tables in lock_tables(), instead caller of lock_tables() becomes responsible for reopening tables and recalculation of prelocking set.
* | | | | Updated test results for view test.elliot@mysql.com2005-09-141-3/+3
| | | | |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0elliot@mysql.com2005-09-142-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * | | | | fixed portabilitybell@sanja.is.com.ua2005-09-142-3/+2
| | | | | |
* | | | | | Merge mysql.com:/home/emurphy/src/work/mysql-5.0-bug-12870elliot@mysql.com2005-09-142-1/+234
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
| * | | | | BUG#12870 (CREATE PROCEDURE followed by ROLLBACK is not replicated)elliot@mysql.com2005-09-142-1/+234
| | | | | | | | | | | | | | | | | | | | | | | | Fixed by making CREATE/ALTER/DROP PROCEDURE cause implicit commit.
* | | | | | Merge mysql.com:/home/alexi/mysql-5.0aivanov@mysql.com2005-09-143-1/+75
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | into mysql.com:/home/alexi/dev/mysql-5.0-13000
| * | | | | Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(),aivanov@mysql.com2005-09-143-1/+75
| | | | | | | | | | | | | | | | | | | | | | | | DAYOFWEEK(), and WEEKDAY().
* | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tulin@dl145c.mysql.com2005-09-142-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0
| * \ \ \ \ \ Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tulin@dl145c.mysql.com2005-09-142-9/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0
| | * | | | | | enabled mysqldump hex-blob option for bit fieldstulin@dl145c.mysql.com2005-09-142-9/+9
| | | | | | | |
* | | | | | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0bell@sanja.is.com.ua2005-09-148-8/+179
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
| * | | | | | | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0joerg@mysql.com2005-09-142-8/+14
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | into mysql.com:/M50/mysql-5.0
| | * | | | | | Merge mysql.com:/M41/upward-4.1 into mysql.com:/M50/merge-5.0joerg@mysql.com2005-09-142-8/+14
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Improve error / process handling in the Perl script to run the test suite ↵joerg@mysql.com2005-09-142-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (patch supplied by Kent).
| | | * | | | | Minor output format change of the Perl test suite script (align with the ↵joerg@mysql.com2005-09-141-3/+3
| | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | shell script).
| * | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tulin@dl145c.mysql.com2005-09-142-0/+110
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | into dl145c.mysql.com:/home/ndbdev/tomas/mysql-5.0
| | * | | | | Bug #13152 bit fields and fileds that follow become corrupted when dumped ↵tulin@dl145c.mysql.com2005-09-142-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from NDB tables
| * | | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-09-144-0/+55
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
| | * \ \ \ \ \ Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-09-144-0/+55
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
| | | * | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-09-144-0/+55
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
| | | | * | | | | fix for Bug #12979 Stored procedures: crash if inout decimal parameterpetr@mysql.com2005-09-144-0/+55
| | | | | | | | |
* | | | | | | | | postmerge fixbell@sanja.is.com.ua2005-09-141-1/+1
| | | | | | | | |
* | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-1413-39/+82
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-142-2/+60
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
| * | | | | | | | postmerge fixbell@sanja.is.com.ua2005-09-146-33/+33
| | | | | | | | |
| * | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2005-09-1413-38/+81
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
| | * | | | | | | | part 1 (ver 2, postreview fix) of WL#2787bell@sanja.is.com.ua2005-09-1413-38/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | view definer information syntax/storage/replication fixed SOURCE field of .frm
* | | | | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-09-142-2/+60
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/pem/mysql-5.0
| * | | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@mysql.com2005-09-142-2/+60
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Bugs/5.0.cml
| | * | | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0gluh@mysql.com2005-09-142-2/+60
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Bugs/5.0.cml
| | | * | | | | | | Bug#9683 INFORMATION_SCH: Creation of temporary table allowed ingluh@eagle.intranet.mysql.r18.ru2005-09-132-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Information_schema DB Bug#9846 Inappropriate error displayed while dropping table from 'INFORMATION_SCHEMA' Bug#10734 Grant of privileges other than 'select' and 'create view' should fail on schema Bug#10708 SP's can use INFORMATION_SCHEMA as ROUTINE_SCHEMA cumulative fix for bugs above(after review, 2nd version) added privilege check for information schema db & tables
* | | | | | | | | | Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within ↵pem@mysql.com2005-09-142-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SP/functions/triggers
* | | | | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-09-142-0/+105
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/pem/mysql-5.0
| * | | | | | | | | Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-132-0/+105
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Second version after review. Allow 'set autocommit' in procedures, but not functions or triggers. Can return error in run-time (when a function calls a procedure).
* | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-09-142-5/+5
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
| * | | | | | | | Improvement to federated for BUG#12659eric@mysql.com2005-09-132-5/+5
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Now many direct references to my_error() have been removed.
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-09-1419-117/+501
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new