summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added support for LIKE and NOT LIKE in condition pushdownmskold@mysql.com2005-02-182-29/+106
|
* Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmskold@mysql.com2005-02-1849-368/+839
|\ | | | | | | into mysql.com:/usr/local/home/marty/MySQL/test/mysql-5.0-ndb
| * Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbpekka@mysql.com2005-02-182-29/+32
| |\ | | | | | | | | | into mysql.com:/space/pekka/ndb/version/my50-ndb
| | * ndb - TUP interpreter: use byte length in attr OP constpekka@mysql.com2005-02-182-29/+32
| | |
| * | make sure we handle a failure case in connect_mgmd correctlytomas@poseidon.ndb.mysql.com2005-02-182-9/+8
| | |
| * | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0tomas@poseidon.ndb.mysql.com2005-02-1844-304/+757
| |\ \ | | | | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-wl2278
| | * | Clean up merge from 4.1, including making several enum fieldsjimw@mysql.com2005-02-175-18/+18
| | | | | | | | | | | | | | | | in the grant tables case-insensitive and updating test results.
| | * | Mergejimw@mysql.com2005-02-1725-190/+530
| | |\ \
| | | * \ Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-173-14/+21
| | | |\ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-14/+21
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8147.1
| | | * | \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-8303jimw@mysql.com2005-02-173-6/+37
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | * | | | Fix error in parsing string literals containing a backslash followedjimw@mysql.com2005-02-033-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by a multi-byte character with a second byte of 0x5c (\). (Bug #8903)
| | | * | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-7617jimw@mysql.com2005-02-173-156/+224
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | * | | | | Fix all of the enum and set columns in privilege tables to bejimw@mysql.com2005-02-103-156/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case-insensitive. (Bug #7989)
| | | * | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8471jimw@mysql.com2005-02-1775-266/+1756
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | * \ \ \ \ \ Mergejimw@mysql.com2005-02-172-0/+66
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Only escape the first character in a sequence of bytes that appears to bejimw@mysql.com2005-02-152-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a multibyte character, but was not a valid multibyte character. Refinement of fix for Bug #8378.
| | | | | * | | | | | When escaping a string in a multi-byte character set, escape all bytes ofjimw@mysql.com2005-02-092-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a character that appears to be a multi-byte character based on its first byte, but is not actually a valid multi-byte character. (Bug #8378)
| | | | * | | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-8355jimw@mysql.com2005-02-1770-264/+1643
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | * \ \ \ \ \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-5672jimw@mysql.com2005-02-171-1/+1
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | | * | | | | | | Fix bug in bundled GNU readline library, based on similar report forjimw@mysql.com2005-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU bash (http://lists.gnu.org/archive/html/bug-bash/2002-08/msg00042.html) and current code from GNU readline 5.0. (Bug #5672)
| | | | | * | | | | | | | Merge mysql.com:/home/jimw/my/mysql-4.1-7989jimw@mysql.com2005-02-1765-263/+1556
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | | * \ \ \ \ \ \ \ Merge mysql.com:/home/jimw/my/mysql-4.0-cleanjimw@mysql.com2005-02-171-0/+7
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | | | * \ \ \ \ \ \ \ Merge mysql.com:/home/jimw/my/mysql-4.0-no-merge-spamjimw@mysql.com2005-02-171-0/+7
| | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.0-clean
| | | | | | | | * | | | | | | | Make post-commit trigger not send emails when the message would not containjimw@mysql.com2005-02-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any actual changes. (Often the case in merges where the only change involves renumbering ChangeSet entries.)
| | | | | | | * | | | | | | | | Merge dellis@bk-internal.mysql.com:/home/bk/mysql-4.0dean@mysql.com2005-02-164-8/+36
| | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/dellis/mysqlab/bk/mysql-4.0
| | | | | | | | * \ \ \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0acurtis@pcgem.rdg.cyberkinetica.com2005-02-161-8/+15
| | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445
| | | | | | * | | \ \ \ \ \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-1723-113/+768
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|_|_|_|_|_|_|/ / / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | | | * | | | | | | | | | | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1svoj@mysql.com2005-02-174-0/+20
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/svoj/devel/mysql/mysql-4.1
| | | | | | | | * | | | | | | | | | | bug#6958svoj@mysql.com2005-02-174-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed that negative arguments to certain integer options wrap around.
| | | | | | * | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-164-1/+21
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-1641-149/+760
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | * | | | | | | | | | | | | | | | Always lowercase database names from 'host' and 'db' grant tables when theyjimw@mysql.com2005-02-154-0/+86
| | | | | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are loaded and lower_case_table_names is set, but issue a warning when it is done. (Bug #7989)
| | | | * | | | | | | | | | | | | | | | Mergejimw@mysql.com2005-02-154-2/+47
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | Fix removal of tables from cache when the database they are containedjimw@mysql.com2005-02-084-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | within is dropped and lower_case_table_names is set. (Bug #8355)
| | | * | | | | | | | | | | | | | | | | Allow hostnames that are IP addresses with a netmask even whenjimw@mysql.com2005-02-144-1/+14
| | | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | running with --skip-name-resolve. (Bug #8471)
| | | * | | | | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-140-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-101-1/+0
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge mysql.com:/home/jimw/my/mysql-4.0-cleanjimw@mysql.com2005-02-101-1/+0
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | * | | | | | | | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-5.0jimw@mysql.com2005-02-174-7/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-6/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8147.3
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-6/+11
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8147.3
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-6/+11
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8147.3
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Bug#8147acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-6/+11
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from 4.1
| | | | | | | * | | | | | | | | | | | | | | | | | Bug#8147acurtis@pcgem.rdg.cyberkinetica.com2005-02-173-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ambigious table error for INSERT..SELECT..UPDATE
| | | * | | | | | | | | | | | | | | | | | | | | | Fix a compile error (missing return value).joerg@mysql.com2005-02-171-1/+1
| | | |/ / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | Merge bk-internal:/home/bk/mysql-5.0jimw@mysql.com2005-02-17110-585/+2014
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| | | * | | | | | | | | | | | | | | | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2005-02-172-5/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
| | | | * | | | | | | | | | | | | | | | | | | | | Fixed Bug#7838, "pipe_sig_handler should be static".jani@ua141d10.elisa.omakaista.fi2005-02-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0marko@hundin.mysql.fi2005-02-171-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/home/marko/mysql-5.0