summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-014-6/+19
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Update results of test after merge of bugfixjimw@mysql.com2005-06-011-0/+1
| |
| * Merge mysql.com:/home/jimw/my/mysql-4.1-9660jimw@mysql.com2005-06-011-6/+6
| |\ | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | * Fix table renaming to not lowercase table names for all storagejimw@mysql.com2005-05-251-6/+6
| | | | | | | | | | | | | | | engines when lower_case_table_names == 2, as it did previously for InnoDB and MEMORY. (Bug #9660)
| * | Fix handling of NULL fields in FIELD(). (Bug #10944)jimw@mysql.com2005-06-012-0/+12
| | |
* | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0mronstrom@mysql.com2005-06-012-1/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/Users/mikron/bug10837
| * | | Renamed bugs.test to default.testmronstrom@mysql.com2005-06-012-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Moved enabling of warnings to ensure that no warnings are generated when this test case is executed on a clone where InnoDB is not activated. This would fail the test case in those clones otherwise.
* | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-06-014-0/+94
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-5.0
| * | | | Fixed BUG#10969: Stored procedures: crash if default() functionpem@mysql.comhem.se2005-06-012-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return an error if default() is used on a local variable. This is actaully a side-effect of BUG#5967: Stored procedure declared variable used instead of column (to be fixed later), so this is really a workaround until that is fixed.
| * | | | Fixed BUG#10961: Stored procedures: crash if select * from dualpem@mysql.comhem.se2005-06-012-0/+58
| |/ / / | | | | | | | | | | | | Have to catch errors from SELECT when opening a cursor.
* | | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT ↵ingo@mysql.com2005-06-012-0/+48
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | statement. Manual merge from 4.1.
| * | Mergeingo@mysql.com2005-05-312-0/+22
| |\ \
| | * \ Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-4.1acurtis@xiphis.org2005-05-312-0/+22
| | |\ \ | | | | | | | | | | | | | | | into xiphis.org:/usr/home/antony/work2/p4-bug10413.2
| | | * | Bug#10413 - Invalid column name is not rejectedacurtis@xiphis.org2005-05-312-0/+22
| | | | | | | | | | | | | | | | | | | | Stop ignoring name parts and check for validity
| * | | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT ↵ingo@mysql.com2005-05-312-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement. After merge fix.
| * | | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT ↵ingo@mysql.com2005-05-312-0/+23
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | statement. Hand merged from 4.0.
| | * | | Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT ↵ingo@mysql.com2005-05-312-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement. 1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES. Used the new option in create_table_from_items(). It is necessary to prevent the SELECT table from being reopend. It would get new storage assigned for its fields, while the SELECT part of the command would still use the old (freed) storage. 2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands against a global read lock. This prevents a deadlock in CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK and avoids the creation of new tables during a global read lock. 3.) Replaced set_protect_against_global_read_lock() and unset_protect_against_global_read_lock() by wait_if_global_read_lock() and start_waiting_global_read_lock() in the INSERT DELAYED handling.
| * | | | a fix (bug #7405: group_concat with distinct and rollup => ignores distinct ↵ramil@mysql.com2005-05-312-0/+35
| | |/ / | |/| | | | | | | | | | in some rows).
* | | | Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure namepem@mysql.comhem.se2005-05-312-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | during creation. Although it returns an error, consistent with the behaviour for other objects. (Unclear why we would allow the creation of SPs with truncated names.)
* | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2005-05-312-1/+97
|\ \ \ \ | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
| * | | | olap.result:igor@rurik.mysql.com2005-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug #10982. item.cc: Fixed bug #10982. In the function Item_ref::val_decimal by mistake the method Item_ref::val_decimal was used instead of Item_ref::val_decimal_result.
| * | | | olap.result:igor@rurik.mysql.com2005-05-311-6/+6
| | | | | | | | | | | | | | | | | | | | Post merge corrections.
| * | | | Manual post mergeigor@rurik.mysql.com2005-05-302-5/+101
| |\ \ \ \ | | |/ / /
| | * | | olap.result, olap.test:igor@rurik.mysql.com2005-05-302-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test cases for bug #7894. sql_select.cc: Fixed bug #7894: GROUP BY queries with ROLLUP returned wrong results for expressions containing group by columns. The fix ensured correct results by replacement of all occurrences of group by fields in non-aggregate expressions for corresponding ref objects and preventing creation of fields in temporary tables for expression containing group by fields.
* | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-05-314-8/+302
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-5.0
| * | | | | Fix for bug#10059: SHOW TABLE STATUS FROM `information_schema`; reports ↵gluh@eagle.intranet.mysql.r18.ru2005-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uppercase table names information schema table names are always upper case table names
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-301-6/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-7306-new
| | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-301-6/+6
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-7306-new
| | | * | | | Preparatory (and the most problematic) patch for Bug#7306konstantin@mysql.com2005-05-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "the server side preparedStatement error for LIMIT placeholder", which moves all uses of LIMIT clause from PREPARE to OPTIMIZE and later steps. After-review fixes.
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-05-302-0/+294
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-5.0-ttdf
| | * | | | | Added test for bug #5894 "Triggers with altered tables cause corruptdlenev@brandersnatch.localdomain2005-05-302-0/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases" and basic handling of errors which happen in triggers. (The bug itself was fixed by several previous patches). Fixed bug in multi-delete which were exposed by these tests.
* | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-05-304-0/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-5.0
| * | | | | | Fixed BUG#8409: Stored procedure crash if function contains FLUSHpem@mysql.comhem.se2005-05-272-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by simply disabling FLUSH for stored functions. (I can't really work.)
| * | | | | | Fixed BUG#9559: Functions: Numeric Operations using -ve value gives incorrectpem@mysql.comhem.se2005-05-272-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | results. Actually a problem when converting decimal to int for user variables.
* | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0evgen@moonbone.local2005-05-302-0/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into moonbone.local:/work/mysql-5.0-bug-9593
| * | | | | | | Fix bug #9593 "The combination of COUNT, DISTINCT and CONCAT seems to lock theevgen@moonbone.local2005-05-302-0/+18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server" Bug appears only on Windows platform. Freeing memory in TMP_TABLE_PARAM::cleanup() allocated by new Copy_fields[0] in setup_copy_fields() results in memory destruction. In test IF used instead of CONCAT because IF have more stable crash.
* | | | | | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-05-282-4/+156
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * \ \ \ \ \ \ Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0patg@radha.local2005-05-282-4/+156
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into radha.local:/Users/patg/mysql-5.0
| | * | | | | | | Comment and test changes per review request by Timour. All tests pass on ↵patg@radha.local2005-05-272-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | production with this code.
| | * | | | | | | changes to fix joins not working (bug #10848). New tests, as well as ↵patg@radha.local2005-05-252-4/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table->status being set in index_read_idx
* | | | | | | | | mergedserg@serg.mylan2005-05-282-0/+24
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-05-262-0/+24
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| | * \ \ \ \ \ \ mergebell@sanja.is.com.ua2005-05-262-0/+24
| | |\ \ \ \ \ \ \
| | | * | | | | | | fixed problem with long string results of expressions in UNIONS (BUG#10025)bell@sanja.is.com.ua2005-05-262-0/+25
| | | | | | | | | |
* | | | | | | | | | Merge neptunus.(none):/home/msvensson/mysql/bug9993msvensson@neptunus.(none)2005-05-273-1/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * | | | | | | | | BUG#9993 2 unexpected warnings when dropping a routine and --skip-grant-tablesmsvensson@neptunus.(none)2005-05-263-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dont perform automatic privilege handling for stored procedures when server is started --skip-grant-tables - Renamed view_skip_grants to skip_grants and added test cases for this
* | | | | | | | | | Fix rpl_log and rpl_rotate_logs test resultmsvensson@neptunus.(none)2005-05-272-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove the expected warrnings when "show binary logs" are called on zero size binary log files.
* | | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-05-272-7/+7
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * | | | | | | | | Fix broken test case (after merge)monty@mysql.com2005-05-262-7/+7
| | | | | | | | | |
* | | | | | | | | | Merge from 4.1msvensson@neptunus.(none)2005-05-261-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | / / / / / / / | | |/ / / / / / / | |/| | | | | | |