summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-02-014-0/+123
|\ | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
| * fixed cleanup of result object of subqueries. (BUG#8125)bell@sanja.is.com.ua2005-01-262-0/+26
| |
| * fixed way of forward reference detection to support literal constant (BUG#8025)bell@sanja.is.com.ua2005-01-242-0/+30
| |
| * check that row elements have the same dimention that SELECT list elements in ↵bell@sanja.is.com.ua2005-01-242-0/+20
| | | | | | | | comporison between rows and subqueries added (BUG#8022)
| * fixed column number fetchinmg for subqueries. (BUG#8020)bell@sanja.is.com.ua2005-01-242-0/+28
| | | | | | | | fixed cols() method call (it have to be called only after fix_fields())
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-01-232-0/+19
| |\ | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
| | * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2005-01-212-0/+19
| | |\ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
| | | * fixed problem with distinct select with grouping and subqueries (BUG#7946)bell@sanja.is.com.ua2005-01-202-0/+19
| | | |
* | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8134jimw@mysql.com2005-01-312-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | Fix error in string comparisons with CHAR(31) against the space-paddingjimw@mysql.com2005-01-282-0/+6
| | | | | | | | | | | | | | | | | | | | of strings of unequal length. (Bug #8134)
* | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8148jimw@mysql.com2005-01-311-18/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | | | | Fix test results for mysqldump test. Part of Bug #8148.jimw@mysql.com2005-01-281-18/+18
| | | | | |
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1acurtis@pcgem.rdg.cyberkinetica.com2005-01-313-0/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug7011.4
| * | | | | | Bug#7011acurtis@pcgem.rdg.cyberkinetica.com2005-01-312-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tests after merge from 4.0
| * | | | | | Bug#7011acurtis@pcgem.rdg.cyberkinetica.com2005-01-313-0/+76
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge from 4.0
| | * | | | | | Bug#7011acurtis@pcgem.rdg.cyberkinetica.com2005-01-303-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix replication for multi-update new test - rpl_multi_update2
| | * | | | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-262-1/+29
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-4000
| | | * | | | | | order_by.result, order_by.test:igor@rurik.mysql.com2005-01-252-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a test case for bug #7672. sql_yacc.yy: Fixed bug #7672. Made queries of the form (SELECT ...) ORDER BY ... to be equivalent to SELECT ... ORDER BY ...
| | * | | | | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-242-0/+17
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-4000
| | * | | | | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-202-0/+27
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-4000
| | | * | | | | | | BUG#6034 - Error code 124: Wrong medium type.ingo@mysql.com2005-01-192-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version for 4.0. Committed for merge. If the result table is one of the select tables in INSERT SELECT, we must not disable the result tables indexes before selecting. mysql_execute_command() detects the match for other reasons and adds the flag OPTION_BUFFER_RESULT to the 'select_options'. In this case the result is put into a temporary table first. Hence, we can defer the preparation of the insert table until the result is to be used.
* | | | | | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-01-301-8/+73
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
| * | | | | | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-01-291-8/+73
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
| | * | | | | | | | compile-solaris-sparc-purify:kent@mysql.com2005-01-281-8/+73
| | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded) Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options mysql-test-run.sh: Report correctly combinations of embedded+ps-protocol etc Added initial Purify support
* | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-01-282-0/+25
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
| * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2005-01-282-0/+25
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
| | * | | | | | | Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() functiondlenev@brandersnatch.localdomain2005-01-262-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | does not work well together". Now using simplier and more correct implementation of st_lex::unlink_first_table()/link_first_table_back() (It also nicely handles case when global table list is created because of implictly used time zone tables). (2nd attempt) Fix for bug #7705 "CONVERT_TZ() crashes with subquery/WHERE on index column". Implemented new approach for caching objects for constant time zone arguments. Now instead of determining whenever these arguments are constants and performing time zone lookup at fix_fields() stage, we do it on first get_date() invocation. Cleanup of global @@time_zone variable handling.
* | | | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1pekka@mysql.com2005-01-272-20/+54
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | into mysql.com:/export/space/pekka/ndb/version/my41
| * | | | | | | | ndb - make YEAR and TIMESTAMP into ndb typespekka@mysql.com2005-01-272-20/+54
| | | | | | | | |
* | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-272-14/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2005-01-272-14/+14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
| | * \ \ \ \ \ \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2005-01-262-0/+35
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
| | * | | | | | | | | tT replaced with T1 to be more predictable.ram@gw.mysql.r18.ru2005-01-252-14/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-272-0/+27
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2005-01-262-0/+35
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| * | | | | | | | | | order_by.result, order_by.test:igor@rurik.mysql.com2005-01-252-0/+27
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test case for bug #7672 that existed only in 4.0.
* | | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-262-0/+35
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | | Bug#8101 unique indexes which attribute are _not_ specified in the order of ↵tomas@poseidon.ndb.mysql.com2005-01-262-0/+35
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | the table does not work
* | | | | | | | | Test Bug: Memory leaks in the archive handler.ingo@mysql.com2005-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved initialization code into a new init function. Added a new cleanup function. Added a call to close the meta file.
* | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-266-6/+494
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2005-01-252-2/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
| | * \ \ \ \ \ \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2005-01-252-2/+23
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
| | | * | | | | | | | Test case (bug #7261: Alter table loses temp table with ↵ram@gw.mysql.r18.ru2005-01-252-2/+23
| | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | lower_case_table_names=2).
| * | | | | | | | | backported ndb_mgm options from 5.0tomas@poseidon.ndb.mysql.com2005-01-254-56/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed ndb_restore test somewhat to fisrt make the tables in myisam
| * | | | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-01-252-0/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| * | | | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-01-243-0/+460
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
| | * | | | | | | | | ndb_restore.result, mysql-test-run.sh:tomas@poseidon.ndb.mysql.com2005-01-243-0/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added ndb_restore test ndb_restore.result, ndb_restore.test: new file
* | | | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-252-0/+27
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-243-14/+35
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| * | | | | | | | | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-01-244-2/+22
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100