summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - compile fix: don't use C++ - style comments in .c files!lenz@mysql.com2005-09-281-1/+1
|
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1msvensson@neptunus.(none)2005-09-285-43/+64
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-09-275-43/+64
| |\ | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/fix_mysqltest/my41-fix_mysqltest
| | * Bug #7037 Test "mysql_protocols" fails on Solaris 8 + 9 /x86msvensson@neptunus.(none)2005-09-231-2/+7
| | |
| | * BUG#7037 MySQL Bugs: #7037: Test "mysql_protocols" fails on Solaris 8 + 9 /x86msvensson@neptunus.(none)2005-09-231-6/+14
| | |
| | * BUG#12959 mysqltest crashes if testcase passed with -x optionmsvensson@neptunus.(none)2005-09-204-20/+37
| | | | | | | | | | | | - Enable testcases after help from Serg
| | * Improved outputmsvensson@neptunus.(none)2005-09-201-1/+2
| | |
| | * Clean up printout of line numbersmsvensson@neptunus.(none)2005-09-191-16/+11
| | |
| | * BUG#12984 mysqltest.test: different output from "exec NonExistsinfComamdn"msvensson@neptunus.(none)2005-09-072-6/+6
| | | | | | | | | | | | - Improved solution
* | | mysql_config.sh:kent@mysql.com2005-09-281-1/+1
| | | | | | | | | | | | Added -lz to link using libmysqld
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-09-283-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 ajan@hundin.mysql.fi2005-09-283-0/+76
| | | | | | | | | | | | | | | | consistent read (Bug #12669).
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-09-2822-46/+188
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-09-283-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.local2005-09-283-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_booldlenev@mysql.com2005-09-271-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.1lars@mysql.com2005-09-261-2/+2
| |\ \ | | | | | | | | | | | | into mysql.com:/users/lthalmann/bk/mysql-4.1-max
| | * | Fixed gcc error on AMD64: cast from 'char*' to 'unsigned int' loses precisionlars@mysql.com2005-09-261-2/+2
| | | |
| * | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-09-262-12/+11
| |\ \ \ | | |/ / | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| | * | added make target for printSchemaFiletulin@dl145b.mysql.com2005-09-262-12/+11
| | | |
| * | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-09-267-12/+95
| |\ \ \ | | |/ / | |/| | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| | * | Bug#9112 - Merge table with composite index producing invalid results with ↵ingo@mysql.com2005-09-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | some queries After merge fix
| | * | Merge mysql.com:/home/mydev/mysql-4.0-4000ingo@mysql.com2005-09-237-12/+91
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/home/mydev/mysql-4.1-4100
| | | * | Bug#9112 - Merge table with composite index producing invalid results with ↵ingo@mysql.com2005-09-237-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 codemonty@mysql.com2005-09-258-18/+30
| | | | |
* | | | | disabled.def:kent@mysql.com2005-09-251-0/+16
|/ / / / | | | | | | | | | | | | | | | | Disable unstable test cases new file
* | | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-09-243-8/+26
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-4.1
| * | | | Makefile.am:kent@mysql.com2005-09-243-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.1monty@mysql.com2005-09-2449-267/+1648
|\ \ \ \ \ | |/ / / / | | | | | | | | | | into mysql.com:/home/my/mysql-4.1
| * | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2005-09-245-12/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/psergey/mysql-4.1-bug13419
| | * | | | BUG#12232: Addressing docs team feedback: s/inequal/unequal/sergefp@mysql.com2005-09-245-11/+11
| | | | | |
| | * | | | mysqld.cc:paul@kite-hub.kitebird.com2005-09-231-1/+1
| | |/ / / | | | | | | | | | | | | | | | Fix out-of-order status variable.
| * | | | Fix for BUG#13419: In "ref" optimizer, take into account that ↵sergefp@mysql.com2005-09-233-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 evalmsvensson@neptunus.(none)2005-09-221-0/+1
| | | |
| * | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1ramil@mysql.com2005-09-226-4/+280
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/usr/home/ram/work/4.1.b11553
| | * \ \ Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1gluh@mysql.com2005-09-223-0/+41
| | |\ \ \ | | | | | | | | | | | | | | | | | | into mysql.com:/home/gluh/MySQL/Merge/4.1
| | | * | | Fix for bug#12053 LOAD DATA INFILE ignores NO_AUTO_VALUE_ON_ZERO settinggluh@eagle.intranet.mysql.r18.ru2005-09-223-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.1jonas@perch.ndb.mysql.com2005-09-223-4/+239
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
| | | * | | Add testcase for bug#13316jonas@perch.ndb.mysql.com2005-09-222-0/+235
| | | | | | | | | | | | | | | | | | | | | | | | ndb big alter table
| | | * | | bug#13316jonas@perch.ndb.mysql.com2005-09-221-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.1ramil@mysql.com2005-09-221-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.com2005-09-221-4/+20
| | | | | |
| * | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1jonas@perch.ndb.mysql.com2005-09-221-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
| | * \ \ \ \ Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1jonas@perch.ndb.mysql.com2005-09-221-0/+4
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
| | | * | | | ndb - fix gcc4 compile problemjonas@perch.ndb.mysql.com2005-09-221-0/+4
| | | | | | |
| * | | | | | Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-09-2121-208/+1003
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | * \ \ \ \ \ Merge mysql.com:/home/jimw/my/mysql-4.1-zlibjimw@mysql.com2005-09-2121-208/+1003
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | | * | | | | | Import zlib-1.2.3 libraryjimw@mysql.com2005-08-0922-213/+1008
| | | | | | | | |
| * | | | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-09-224-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.local2005-09-224-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().