summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0 to get the latest bug patches to 4.1monty@mysql.com2004-06-255-2/+185
|\
| * Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-06-251-0/+16
| |\ | | | | | | | | | into mysql.com:/home/mydev/mysql-4.0-bug2686
| | * Mergeingo@mysql.com2004-06-251-0/+16
| | |\
| | | * bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes ↵ingo@mysql.com2004-06-241-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+120
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/mydev/mysql-4.0-bug3565
| | * | bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock.ingo@mysql.com2004-06-241-0/+120
| | | | | | | | | | | | | | | | | | | | 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-232-2/+21
| |\ \ \ | | |/ / | | | | | | | | into mysql.com:/home/my/mysql-4.0
| | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2004-06-221-1/+1
| | |\ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-qc-4.0
| | | * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0serg@sergbook.mysql.com2004-06-211-1/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | | | * | use ref not range for ... WHERE key IN (val)serg@sergbook.mysql.com2004-06-211-1/+1
| | | | |/
| | * | | do not clear list of changed tables on one statement rollback (Bug #4213)bell@sanja.is.com.ua2004-06-201-1/+20
| | |/ /
| * | | lower_case_table_names=2 (Keep case for table names) was not honoredmonty@mysql.com2004-06-231-0/+10
| |/ / | | | | | | | | | | | | with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-251-0/+18
|\ \ \ | | | | | | | | | | | | 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/+18
| | | |
* | | | fixed EXPLAIN behaviour with prepared statements (BUG#4271)bell@sanja.is.com.ua2004-06-251-0/+42
|/ / /
* | | mergedserg@serg.mylan2004-06-241-0/+20
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-06-241-0/+20
| |\ \ \ | | | | | | | | | | | | | | | 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-0/+20
| | | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1bell@sanja.is.com.ua2004-06-241-0/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 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/+28
| | | | | |
* | | | | | 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-29/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/home/bar/mysql-4.1
| * | | | | | | | "Version" column in SHOW TABLE STATUS.bar@mysql.com2004-06-241-29/+29
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-241-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/dbdata/psergey/mysql-4.1-root
| * | | | | | | | Fix and test case for BUG#3899sergefp@mysql.com2004-06-231-0/+6
| | | | | | | | |
* | | | | | | | | added order bytomas@poseidon.bredbandsbolaget.se2004-06-241-3/+3
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | disabling the --innodb-safe-binlog option. It should be fixed to work with ↵guilhem@mysql.com2004-06-246-156/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MyISAM too, before being available to users. That will be the case in 4.1.4. The "bk commit in mysqldoc" corresponding to this feature was not pushed. Removing the 6 tests, they'll be pushed again later.
* | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-06-237-0/+158
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1-1717
| * | | | | | | Robustness feature.guilhem@mysql.com2004-06-207-0/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Won't be pushed as is - separate email sent for internal review. WL#1717 "binlog-innodb consistency". Now when mysqld starts, if InnoDB does a crash recovery, we use the binlog name and position retrieved from InnoDB (corresponding to the last transaction successfully committed by InnoDB) to cut any rolled back transaction from the binary log. This is triggered by the --innodb-safe-binlog option. Provided you configure mysqld to fsync() InnoDB at every commit (using flush_log_at_trx_commit) and to fsync() the binlog at every write (using --sync-binlog=1), this behaviour guarantees that a master always has consistency between binlog and InnoDB, whenever the crash happens. 6 tests to verify that it works.
* | | | | | | | Bug#4261 - mysqldump omits NULLs with --skip-extended-insertserg@serg.mylan2004-06-231-1/+2
| | | | | | | |
* | | | | | | | followup to handler cleanupserg@serg.mylan2004-06-231-0/+9
| | | | | | | |
* | | | | | | | mergedserg@serg.mylan2004-06-231-3/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | handler interface cleanups:serg@serg.mylan2004-06-232-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more logical table/index_flags return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate max_keys and other limits renamed to max_supported_keys/etc max_keys/etc are now wrappers to max_supported_keys/etc ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1pem@mysql.com2004-06-231-0/+18
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-4.1
| * | | | | | | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared ↵pem@mysql.comhem.se2004-06-221-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statement].
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@brandersnatch.localdomain2004-06-221-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4200
| * | | | | | | Fix for Bug# 4200 "Parse error on LIKE ESCAPE with parameter binding"dlenev@brandersnatch.localdomain2004-06-221-0/+6
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Now ESCAPE in LIKE will accept not only string literal but constant delimited expression.
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-06-221-0/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-regexp-4.1
| * | | | | | cleanup for Item_func_regex (Bug #4199)bell@sanja.is.com.ua2004-06-191-0/+17
| |/ / / / /
* | | | | | Mergebell@sanja.is.com.ua2004-06-221-0/+41
|\ \ \ \ \ \
| * | | | | | post-review changes (Bug#4090)bell@sanja.is.com.ua2004-06-221-5/+20
| | | | | | |
| * | | | | | Mergebell@sanja.is.com.ua2004-06-221-0/+26
| |\ \ \ \ \ \
| | * | | | | | fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT (BUG#4090)bell@sanja.is.com.ua2004-06-131-0/+26
| | | | | | | |
* | | | | | | | after merge fixram@gw.mysql.r18.ru2004-06-221-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | a test case (Bug #4102 Crash with a DBUG window after a request)ram@gw.mysql.r18.ru2004-06-171-0/+9
| | | | | | | |