summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Bug#8610: The ucs2_turkish_ci collation fails with upper('i')bar@mysql.com2005-06-062-0/+39
| | | | | | | | | | | | | | UPPER/LOWER now can return a string with different length. mi_test1.c: Adding new arguments. Many files: Changeing caseup/casedn to return a result with different length than argument. sql_string.h: Removing unused method, mysql_priv.h: Removing unused method
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-06-061-0/+1
|\ | | | | | | into mysql.com:/usr/home/ram/work/5.0.b10539
| * Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0lenz@mysql.com2005-06-061-0/+1
| |\ | | | | | | | | | into mysql.com:/space/my/mysql-5.0
| | * - include/config-win.h: removed double HAVE_CHARSET_cp932 #definelenz@mysql.com2005-06-031-0/+1
| | | | | | | | | | | | | | | - mysql-test/Makefile.am: added a pattern match for t/*.sql (t/mysql_delimiter.sql was missing from the source distribution)
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0ramil@mysql.com2005-06-062-0/+17
|\ \ \ | |/ / |/| | | | | into mysql.com:/usr/home/ram/work/5.0.b10539
| * | a fix (bug #10539: When inserting out of range value in BIT, different ↵ramil@mysql.com2005-05-182-0/+17
| | | | | | | | | | | | engines behaves differently).
* | | Mergeramil@mysql.com2005-06-062-0/+23
|\ \ \
| * | | A fix (bug #10568: Function 'LAST_DAY(date)' does not return NULL for ↵ramil@mysql.com2005-06-012-0/+23
| | | | | | | | | | | | | | | | invalid argument).
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-10590jimw@mysql.com2005-06-032-0/+9
|\ \ \ \ | |_|_|/ |/| | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * | | Fix '%h', '%I', and '%l' format specifiers in TIME_FORMAT()jimw@mysql.com2005-05-272-0/+9
| | | | | | | | | | | | | | | | to handle large time values as documented. (Bug #10590)
* | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0bar@mysql.com2005-06-032-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.0
| * \ \ \ Mergebar@mysql.com2005-06-032-0/+10
| |\ \ \ \
| | * | | | ctype_utf8.result, ctype_utf8.test:bar@mysql.com2005-06-032-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding test field.cc: bug#10714 Inserting double value into utf8 column crashes server: sprintf was executed with too big length, which caused crash on some Windows platforms.
* | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-06-022-0/+36
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
| * | | | | Merge igor-inspiron.creware.com:/home/igor/mysql-5.0igor@igor-inspiron.creware.com2005-06-022-0/+36
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into igor-inspiron.creware.com:/home/igor/dev/mysql-5.0-0
| | * | | | | item_func.h:igor@igor-inspiron.creware.com2005-06-022-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. The str_op virtual method was added into Item_func_numhybrid. item_func.cc: Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. The str_op virtual method was added into Item_func_numhybrid. item_cmpfunc.h, item_cmpfunc.cc: Fixed bug #9939: a wrong conversion of arguments for functions COALESCE and IFNULL. Item_func_coalesce and Item_func_ifnull now inherit from a modified Item_func_numhybrid. case.test, case.result: Added test cases for bug #9939.
* | | | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0mskold@mysql.com2005-06-0247-67/+1610
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
| * | | | | | Fix bug #9669 Ordering on IF function with FROM_UNIXTIME function failsevgen@moonbone.local2005-06-022-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Integer overflow results in wrong field sortlength.
| * | | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.sysvarbar@mysql.com2005-06-022-0/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-5.0
| | * | | | | item_func.cc:bar@mysql.com2005-06-022-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set_var.cc: variables.result variables.test Bug #10904 Illegal mix of collations between a system variable and a constant Changing coercibility of system variables to SYSCONST, to be the same with USER(), DATABASE(), etc.
| * | | | | | 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