summaryrefslogtreecommitdiff
path: root/mysql-test/t
Commit message (Collapse)AuthorAgeFilesLines
* bug#4441 - crash in UNHEX(NULL)serg@serg.mylan2004-07-071-1/+1
|
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-07-061-0/+19
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * Bug#4417 binary character set breaks multi-byte table/field name.bar@mysql.com2004-07-061-0/+19
| |
* | mysql_fix_privilege_tables.sh:serg@serg.mylan2004-07-061-0/+2
|/ | | | | | | | | | various fixes (for mysql-test-run at least): * accept --no-defaults * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --) ps_3innodb.test: only run ps_3innodb.test if innodb is present mysql-test-run.sh: it's --verbose, not --verbose=1
* rpl_charset.result, rpl_charset.test:bar@mysql.com2004-07-061-1/+1
| | | | An addition to 1.2036 04/07/02: armscii8_bin was referenced to as armscii_bin in a mistake.
* Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1gordon@zero.local.lan2004-07-056-10/+123
|\ | | | | | | into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
| * Added comments to the PS test files, to prevent modifications which may ↵gordon@zero.local.lan2004-07-026-10/+123
| | | | | | | | destroy the tests .
* | Fix mysql-test-run ndb order by/endian issuejoreland@mysql.com2004-07-051-1/+1
|/
* Bug #4374 SHOW TABLE STATUS FROM ignores collation_connectionbar@mysql.com2004-07-021-0/+8
|
* Merge mleich@bk-internal.mysql.com:/home/bk/mysql-4.1gordon@zero.local.lan2004-07-016-0/+912
|\ | | | | | | into zero.local.lan:/GORDON/MySQL/mysql-4.1/src
| * WL#1564 Intensive test of prepared statements via 'mysqltest'gordon@zero.local.lan2004-07-016-0/+912
| |
* | Portability fixes (For Netware)monty@mysql.com2004-07-011-2/+3
|/
* Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ram@gw.mysql.r18.ru2004-06-291-0/+11
|\ | | | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4089
| * a fix (bug #4304: TRUNCATE <table of type BDB> , wrong result).ram@gw.mysql.r18.ru2004-06-291-0/+11
| |
* | after merge fixserg@serg.mylan2004-06-271-1/+1
| |
* | make lowercase_table3 to workserg@serg.mylan2004-06-271-1/+1
| |
* | removed using lex->select_lex.options is SHOW TABLE [STATUS] commands (BUG#4288)serg@serg.mylan2004-06-271-0/+12
| |
* | correct eq() method for Item_param (BUG#4233)serg@serg.mylan2004-06-261-0/+15
| |
* | after merge fixedserg@serg.mylan2004-06-262-62/+6
| |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-06-254-8/+177
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * \ Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-254-8/+177
| |\ \
| | * \ Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-06-251-0/+19
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-bug2686
| | | * \ Mergeingo@mysql.com2004-06-251-0/+19
| | | |\ \
| | | | * | bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes ↵ingo@mysql.com2004-06-241-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqld to crash. Added put_length() to get_length() and unpack_key() to pack_key(). Keys were packed with the minimum size of the length field for the key part and unpacked with length size of the base column. For the purpose of optimal key packing we have the method pack_key(), while rows are packed with pack(). Now keys are unpacked with unpack_key() and no longer with unpack() which is used for rows.
| | * | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-06-251-7/+108
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-bug3565
| | | * | | bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.ingo@mysql.com2004-06-241-7/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redesigned the handler close functions so that they are usable at different places where waiting for closing tables is done.
| | * | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-06-241-0/+18
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-bug2688
| | | * | | bug#2688 - Wrong index_merge query results for BDB table with variable ↵ingo@mysql.com2004-06-221-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | length primary key. dded code to clear the tail of the reference buffer if the actual key length is less than the maximum key length.
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-06-231-1/+22
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| | | * | | do not clear list of changed tables on one statement rollback (Bug #4213)bell@sanja.is.com.ua2004-06-201-1/+22
| | | | | |
| | * | | | lower_case_table_names=2 (Keep case for table names) was not honoredmonty@mysql.com2004-06-231-0/+11
| | |/ / / | | | | | | | | | | | | | | | | | | | | with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
* | | | | mergebell@sanja.is.com.ua2004-06-251-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | type of parameter assignment for parameters from variables added (BUG#4280)bell@sanja.is.com.ua2004-06-251-0/+14
| | |_|/ | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-251-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * | | | bug#4008 - merge table cannot determine what key caused "dupl. key" errorserg@serg.mylan2004-06-251-0/+8
| | | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-251-1/+27
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-explain-4.1
| * | | | fixed EXPLAIN behaviour with prepared statements (BUG#4271)bell@sanja.is.com.ua2004-06-251-1/+27
| |/ / /
* | | | remove ^M'sserg@serg.mylan2004-06-252-0/+2
|/ / / | | | | | | | | | compile even without InnoDB
* | | mergedserg@serg.mylan2004-06-241-7/+10
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-241-7/+10
| |\ \ \ | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | * | | bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() beforeserg@serg.mylan2004-06-241-7/+10
| | | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1bell@sanja.is.com.ua2004-06-241-0/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-innodb-4.1
| * | | | | parameter of my_yyoverflow made independed from YYSIZE_T (BUG#4204)bell@sanja.is.com.ua2004-06-241-0/+32
| | | | | |
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-241-0/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-innodb-4.1
| * | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-241-0/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-innodb-4.1
| | * \ \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-231-0/+10
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-innodb-4.1
| | | * | | | | do not unlock tables early if we have subquery in HAVING clause (BUG#3984)bell@sanja.is.com.ua2004-06-091-0/+10
| | | | | | | |
* | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1bar@mysql.com2004-06-241-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-4.1
| * | | | | | | | "Version" column in SHOW TABLE STATUS.bar@mysql.com2004-06-241-7/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-241-0/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/dbdata/psergey/mysql-4.1-root