Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - compile fix: don't use C++ - style comments in .c files! | lenz@mysql.com | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | msvensson@neptunus.(none) | 2005-09-28 | 5 | -43/+64 |
|\ | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1 | ||||
| * | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 | msvensson@neptunus.(none) | 2005-09-27 | 5 | -43/+64 |
| |\ | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/fix_mysqltest/my41-fix_mysqltest | ||||
| | * | Bug #7037 Test "mysql_protocols" fails on Solaris 8 + 9 /x86 | msvensson@neptunus.(none) | 2005-09-23 | 1 | -2/+7 |
| | | | |||||
| | * | BUG#7037 MySQL Bugs: #7037: Test "mysql_protocols" fails on Solaris 8 + 9 /x86 | msvensson@neptunus.(none) | 2005-09-23 | 1 | -6/+14 |
| | | | |||||
| | * | BUG#12959 mysqltest crashes if testcase passed with -x option | msvensson@neptunus.(none) | 2005-09-20 | 4 | -20/+37 |
| | | | | | | | | | | | | - Enable testcases after help from Serg | ||||
| | * | Improved output | msvensson@neptunus.(none) | 2005-09-20 | 1 | -1/+2 |
| | | | |||||
| | * | Clean up printout of line numbers | msvensson@neptunus.(none) | 2005-09-19 | 1 | -16/+11 |
| | | | |||||
| | * | BUG#12984 mysqltest.test: different output from "exec NonExistsinfComamdn" | msvensson@neptunus.(none) | 2005-09-07 | 2 | -6/+6 |
| | | | | | | | | | | | | - Improved solution | ||||
* | | | mysql_config.sh: | kent@mysql.com | 2005-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Added -lz to link using libmysqld | ||||
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 | kent@mysql.com | 2005-09-28 | 3 | -0/+76 |
|\ \ \ | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 | ||||
| * | | | Fixed a bug checksum table locks the InnoDB table and does not use a | jan@hundin.mysql.fi | 2005-09-28 | 3 | -0/+76 |
| | | | | | | | | | | | | | | | | consistent read (Bug #12669). | ||||
* | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 | kent@mysql.com | 2005-09-28 | 22 | -46/+188 |
|\ \ \ \ | |/ / / | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 | ||||
| * | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | evgen@moonbone.local | 2005-09-28 | 3 | -0/+48 |
| |\ \ \ | | | | | | | | | | | | | | | | into moonbone.local:/work/13356-bug-4.1-mysql | ||||
| | * | | | Fix bug#13356 resolve_const_item() wasn't able to handle Item_row items. | evgen@moonbone.local | 2005-09-28 | 3 | -0/+48 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_const_item() assumed to be not called for Item_row items. For ensuring that DBUG_ASSERT(0) was set there. This patch adds section for Item_row items. If it can it recursively calls resolve_const_item() for each item the Item_row contains. If any of the contained items is null then whole Item_row substitued by Item_null. Otherwise it just returns. | ||||
| * | | | Fix for bug #13501 "build problem: too many arguments to function my_bool | dlenev@mysql.com | 2005-09-27 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | acl_init". Updated calls to acl_init()/grant_init() in init_embedded_server() - their signatures were changed recently, now they don't need argument for passing pointer to THD object (this code was only compiled if one built embedded server library with --with-embedded-privilege-control switch). | ||||
| * | | Merge mysql.com:/users/lthalmann/bkroot/mysql-4.1 | lars@mysql.com | 2005-09-26 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | into mysql.com:/users/lthalmann/bk/mysql-4.1-max | ||||
| | * | | Fixed gcc error on AMD64: cast from 'char*' to 'unsigned int' loses precision | lars@mysql.com | 2005-09-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge mysql.com:/home/mydev/mysql-4.1 | ingo@mysql.com | 2005-09-26 | 2 | -12/+11 |
| |\ \ \ | | |/ / | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100 | ||||
| | * | | added make target for printSchemaFile | tulin@dl145b.mysql.com | 2005-09-26 | 2 | -12/+11 |
| | | | | |||||
| * | | | Merge mysql.com:/home/mydev/mysql-4.1 | ingo@mysql.com | 2005-09-26 | 7 | -12/+95 |
| |\ \ \ | | |/ / | |/| | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100 | ||||
| | * | | Bug#9112 - Merge table with composite index producing invalid results with ↵ | ingo@mysql.com | 2005-09-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | some queries After merge fix | ||||
| | * | | Merge mysql.com:/home/mydev/mysql-4.0-4000 | ingo@mysql.com | 2005-09-23 | 7 | -12/+91 |
| | |\ \ | | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100 | ||||
| | | * | | Bug#9112 - Merge table with composite index producing invalid results with ↵ | ingo@mysql.com | 2005-09-23 | 7 | -12/+92 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some queries The problem was an ab-use of last_rkey_length. Formerly we saved the packed key length (of the search key) in this element. But in certain cases it got replaced by the (packed) result key length. Now we use a new element of MI_INFO to save the packed key length of the search key. | ||||
| * | | | | Fixed error found during review of new pushed code | monty@mysql.com | 2005-09-25 | 8 | -18/+30 |
| | | | | | |||||
* | | | | | disabled.def: | kent@mysql.com | 2005-09-25 | 1 | -0/+16 |
|/ / / / | | | | | | | | | | | | | | | | | Disable unstable test cases new file | ||||
* | | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 | kent@mysql.com | 2005-09-24 | 3 | -8/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1 | ||||
| * | | | | Makefile.am: | kent@mysql.com | 2005-09-24 | 3 | -8/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert to shell test script for test targets mysqltest.c: Windows pclose() returns error code in low byte mysql_config.sh: Remove -Xa -xstrconst from --cflags for Sun C++ | ||||
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2005-09-24 | 49 | -267/+1648 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | into mysql.com:/home/my/mysql-4.1 | ||||
| * | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 | sergefp@mysql.com | 2005-09-24 | 5 | -12/+12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/home/psergey/mysql-4.1-bug13419 | ||||
| | * | | | | BUG#12232: Addressing docs team feedback: s/inequal/unequal/ | sergefp@mysql.com | 2005-09-24 | 5 | -11/+11 |
| | | | | | | |||||
| | * | | | | mysqld.cc: | paul@kite-hub.kitebird.com | 2005-09-23 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | | | | Fix out-of-order status variable. | ||||
| * | | | | Fix for BUG#13419: In "ref" optimizer, take into account that ↵ | sergefp@mysql.com | 2005-09-23 | 3 | -2/+18 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | item=Item_func_in(x,y) is not equivalent to "x=y" when item->negated == TRUE. | ||||
| * | | | Bug #13384 mysqltest, no protocol when script contains only lines with eval | msvensson@neptunus.(none) | 2005-09-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ramil@mysql.com | 2005-09-22 | 6 | -4/+280 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/usr/home/ram/work/4.1.b11553 | ||||
| | * \ \ | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 | gluh@mysql.com | 2005-09-22 | 3 | -0/+41 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/4.1 | ||||
| | | * | | | Fix for bug#12053 LOAD DATA INFILE ignores NO_AUTO_VALUE_ON_ZERO setting | gluh@eagle.intranet.mysql.r18.ru | 2005-09-22 | 3 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set auto_increment_field_not_null to true to preserve zero values for autoincrement fields during LOAD DATA execution if NO_AUTO_VALUE_ON_ZERO sql mode is set | ||||
| | * | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1 | jonas@perch.ndb.mysql.com | 2005-09-22 | 3 | -4/+239 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push | ||||
| | | * | | | Add testcase for bug#13316 | jonas@perch.ndb.mysql.com | 2005-09-22 | 2 | -0/+235 |
| | | | | | | | | | | | | | | | | | | | | | | | | ndb big alter table | ||||
| | | * | | | bug#13316 | jonas@perch.ndb.mysql.com | 2005-09-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndb alter table with big dicttabinfo send alter_tab_req fragmented as signal can get larger than MAX_MESSAGE_SIZE | ||||
| * | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 | ramil@mysql.com | 2005-09-22 | 1 | -4/+20 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | into mysql.com:/usr/home/ram/work/4.1.b11553 | ||||
| | * | | | | a fix (#11553: gives error if aggregate user-defined function in HAVING clause). | ramil@mysql.com | 2005-09-22 | 1 | -4/+20 |
| | | | | | | |||||
| * | | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 | jonas@perch.ndb.mysql.com | 2005-09-22 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push | ||||
| | * \ \ \ \ | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1 | jonas@perch.ndb.mysql.com | 2005-09-22 | 1 | -0/+4 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push | ||||
| | | * | | | | ndb - fix gcc4 compile problem | jonas@perch.ndb.mysql.com | 2005-09-22 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Merge bk-internal:/home/bk/mysql-4.1 | jimw@mysql.com | 2005-09-21 | 21 | -208/+1003 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean | ||||
| | * \ \ \ \ \ | Merge mysql.com:/home/jimw/my/mysql-4.1-zlib | jimw@mysql.com | 2005-09-21 | 21 | -208/+1003 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean | ||||
| | | * | | | | | | Import zlib-1.2.3 library | jimw@mysql.com | 2005-08-09 | 22 | -213/+1008 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1 | evgen@moonbone.local | 2005-09-22 | 4 | -0/+26 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | into moonbone.local:/work/13180-bug-4.1-mysql | ||||
| | * | | | | | | | Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing. | evgen@moonbone.local | 2005-09-22 | 4 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thd->allow_sum_func was left 'true' after previous statement thus allowing sum funcs to be present in conditions. thd->allow_sum_func should be set to 0 for each query and each prepared statement reinitialization. This is done in lex_start() and reset_stmt_for_execute(). |