summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am:kent@mysql.com/kent-amd64.(none)2006-11-281-6/+6
| | | | If using \$(srcdir)/mysql.info in action, use same in rule.
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com/kent-amd64.(none)2006-11-2716-49/+266
|\ | | | | | | into mysql.com:/home/kent/bk/mysql-4.1-merge
| * Makefile.am:kent@mysql.com/kent-amd64.(none)2006-11-271-5/+5
| | | | | | | | BSD compatibility
| * gen_rec.awk:kent@mysql.com/kent-amd64.(none)2006-11-2712-42/+74
| | | | | | | | | | | | Fix undefined behaviour. Many files: Reenabled build outside ource tree
| * fixes for mtr_unique.pldf@kahlann.erinye.com2006-11-241-3/+40
| |
| * MTR_BUILD_THREAD=auto selects a value for MTR_BUILD_THREAD from a pool (WL#2690)dfischer/df@kahlann.erinye.com2006-11-172-0/+129
| |
| * Merge trift2.:/MySQL/M41/mysql-4.1joerg@trift2.2006-11-161-2/+21
| |\ | | | | | | | | | into trift2.:/MySQL/M41/push-4.1
| | * support-files/mysql.spec.sh : Add an "Obsoletes" note relative to SuSE ↵joerg@trift2.2006-11-161-0/+8
| | | | | | | | | | | | RPMs (bug#22081).
| | * support-files/mysql.spec.sh : Use "report features" in the first test run.joerg@trift2.2006-11-151-2/+13
| | |
* | | ABI fixholyfoot/hf@mysql.com/deer.(none)2006-11-171-1/+0
| | |
* | | mergingholyfoot/hf@mysql.com/deer.(none)2006-11-161-1/+1
| | |
* | | mergingholyfoot/hf@mysql.com/deer.(none)2006-11-161-19/+14
| | |
* | | Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-11-1626-94/+315
|\ \ \ | |/ / |/| | | | | into mysql.com:/home/hf/work/mysql-4.1-mrg
| * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-4.1-optgkodinov/kgeorge@rakia.gmz2006-11-134-10/+29
| |\ \ | | | | | | | | | | | | into rakia.gmz:/home/kgeorge/mysql/autopush/B19216-4.1-opt
| | * | Bug #19216: Client crashes on long SELECTgkodinov/kgeorge@macbook.gmz2006-11-134-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server sends a number of columns to the client. It uses a limited "fast" function for that instead of the general one. This fast function cannot send numbers larger than 2 bytes. This causes the client to expect smaller number of columns. The client writes outside of the allocated memory buffer as a result. Fixed the server to use the general function to send column count. Fixed the client to check the column count before writing column data.
| * | | Merge bk-internal:/home/bk/mysql-4.1-optgkodinov/kgeorge@macbook.gmz2006-11-091-0/+7
| |\ \ \ | | | | | | | | | | | | | | | into macbook.gmz:/Users/kgeorge/mysql/work/mem-test-4.1-opt
| | * | | Make a new test target for autopush.pl to run memory based testsgkodinov/kgeorge@macbook.gmz2006-11-081-0/+7
| | | | |
| * | | | Bug #11032: getObject() returns a String for a sub-query of type datetimegkodinov/kgeorge@macbook.gmz2006-11-074-10/+64
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When returning metadata for scalar subqueries the actual type of the column was calculated based on the value type, which limits the actual type of a scalar subselect to the set of (currently) 3 basic types : integer, double precision or string. This is the reason that columns of types other then the basic ones (e.g. date/time) are reported as being of the corresponding basic type. Fixed by storing/returning information for the column type in addition to the result type.
| * | | Bug #22457: Column alias in ORDER BY works, but not if in an expressiongkodinov/kgeorge@macbook.gmz2006-11-033-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parser is allocating Item_field for references by name in ORDER BY expressions. Such expressions however may point not only to Item_field in the select list (or to a table column) but also to an arbitrary Item. This causes Item_field::fix_fields to throw an error about missing column. The fix substitutes Item_field for the reference with an Item_ref when not pointing to Item_field.
| * | | Merge mysql.com:/usersnfs/abotchkov/mysql-4.1-optholyfoot/abotchkov@mysql.com/production.mysql.com2006-10-243-11/+11
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/usersnfs/abotchkov/mysql-4.1-opt1
| | * \ \ Merge bk@192.168.21.1:mysql-4.1-optholyfoot/hf@mysql.com/deer.(none)2006-10-243-11/+11
| | |\ \ \ | | | |/ / | | |/| | | | | | | into mysql.com:/home/hf/work/0current_stmt/my41-current_stmt
| | | * | Bug #23427 (incompatible ABI change)holyfoot/hf@mysql.com/deer.(none)2006-10-243-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the incompatibility was caused by current_stmt member added to the MYSQL structure. It's possible to move it to THD structure instead which saves ABI
| * | | | Merge bk@192.168.21.1:mysql-4.1-optholyfoot/hf@mysql.com/deer.(none)2006-10-2411-63/+89
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into mysql.com:/home/hf/work/w3475/my41-w3475
| | * | | merging fixholyfoot/hf@mysql.com/deer.(none)2006-10-241-2/+2
| | | | |
| | * | | WL#3475 (Threads for the embedded server in mysqltest)holyfoot/hf@mysql.com/deer.(none)2006-10-2311-64/+90
| | |/ / | | | | | | | | | | | | | | | | Necessary code added to mysqltest.c. Disabled tests are available now.
| * | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1-optigor@rurik.mysql.com2006-10-203-0/+35
| |\ \ \ | | |/ / | |/| | | | | | into rurik.mysql.com:/home/igor/mysql-4.1-opt
| | * | Fixed bug #23478.igor@rurik.mysql.com2006-10-193-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If elements a not top-level IN subquery were accessed by an index and the subquery result set included a NULL value then the quantified predicate that contained the subquery was evaluated to NULL when it should return a non-null value.
* | | | Merge mysql.com:/home/bkroot/mysql-4.1-rpllars@mysql.com/black.(none)2006-11-152-0/+3
|\ \ \ \ | | |_|/ | |/| | | | | | into mysql.com:/home/bk/MERGE/mysql-4.1-merge
| * | | make_binary_distribution should of course also copy .test files from ↵df@kahlann.erinye.com2006-11-141-0/+1
| | | | | | | | | | | | | | | | mysql-test/include
| * | | make dist now copies .test files in mysql-test/includedf@kahlann.erinye.com2006-11-141-0/+2
| | | |
* | | | bug#19402 SQL close to the size of the max_allowed_packet fails on the slaveaelkin/elkin@dsl-hkibras-fe30f900-107.dhcp.inet.fi2006-11-152-6/+0
| | | | | | | | | | | | | | | | mending windows test.
* | | | Merge mysql.com:/home/bkroot/mysql-4.1-rpllars@mysql.com/black.(none)2006-11-1328-359/+537
|\ \ \ \ | |/ / / | | | | | | | | into mysql.com:/home/bk/MERGE/mysql-4.1-merge
| * | | mysql-test-run.pl:kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-11-111-6/+14
| | | | | | | | | | | | | | | | Test for base directory when a RPM install corrected
| * | | Merge trift2.:/MySQL/M41/bug17194-4.1joerg@trift2.2006-11-101-5/+12
| |\ \ \ | | | | | | | | | | | | | | | into trift2.:/MySQL/M41/push-4.1
| | * | | mysql-test/install_test_db.shjoerg@trift2.2006-11-091-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Adapt to the different path of the server program, if installation was by RPM. Missing in the first changeset for bug#17194.
| * | | | Merge trift2.:/MySQL/M41/clone-4.1joerg@trift2.2006-11-104-13/+54
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into trift2.:/MySQL/M41/push-4.1
| | * \ \ \ Merge trift2.:/MySQL/M41/bug24023-4.1joerg@trift2.2006-11-081-0/+3
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | into trift2.:/MySQL/M41/clone-4.1
| | | * | | | Fix bug#24023: Let "ndb/src/common/portlib/gcc.cpp" export a dummy symbol.joerg@trift2.2006-11-071-0/+3
| | | | | | |
| | * | | | | Merge trift2.:/MySQL/M41/bug17194-4.1joerg@trift2.2006-11-082-12/+49
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | into trift2.:/MySQL/M41/clone-4.1
| | | * | | | mysql-test/mysql-test-run.pl + mysql-test/mysql-test-run.shjoerg@trift2.2006-11-012-12/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Necessary changes if one of the test scripts is to be used with a RPM installation (bug#17194). This change handles finding the server and the other programs, but it does not solve the problem to get a writable "var" directory. If we want to avoid world-writable directories below "/usr/share/mysql-test" (and we do!), any automatic solution would require fixed decisions which may not match the local installation. For the Perl script, use "--vardir"; for the shell script, create "mysql-test/var" manually.
| | * | | | | Fix compile failure.iggy@rolltop.ignatz42.dyndns.org2006-11-021-4/+2
| | | | | | |
| | * | | | | sort.c:kent/mysqldev@suse9-x86.mysql.com2006-11-031-2/+6
| | | |/ / / | | |/| | | | | | | | | | | | | | | Create block around DBUG_ENTER late in function
| * | | | | Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1df@kahlann.erinye.com2006-11-102-3/+60
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into kahlann.erinye.com:/home/df/mysql/build/mtr-4.1
| | * | | | | add --report-features to mysql-test-run.pldf@kahlann.erinye.com2006-11-102-3/+60
| | | | | | |
| * | | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1petr/cps@outpost.site2006-11-1019-71/+388
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | into outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
| | * | | | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1-runtimepetr/cps@outpost.site2006-11-0617-70/+382
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
| | | * | | | | Add missing DBUG_RETURN()petr/cps@outpost.site2006-11-051-1/+1
| | | | | | | |
| | | * | | | | Fix Bug #9191 "TIMESTAMP/from_unixtime() no longer accepts 2^31-1"petr/cps@mysql.com/owlet.local2006-11-0117-70/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (4.1 version, with post-review fixes) The fix for another Bug (6439) limited FROM_UNIXTIME() to TIMESTAMP_MAX_VALUE which is 2145916799 or 2037-12-01 23:59:59 GMT, however unix timestamp in general is not considered to be limited by this value. All dates up to power(2,31)-1 are valid. This patch extends allowed TIMESTAMP range so, that max TIMESTAMP value is power(2,31)-1. It also corrects FROM_UNIXTIME() and UNIX_TIMESTAMP() functions, so that max allowed UNIX_TIMESTAMP() is power(2,31)-1. FROM_UNIXTIME() is fixed accordingly to allow conversion of dates up to 2038-01-19 03:14:07 UTC. The patch also fixes CONVERT_TZ() function to allow extended range of dates. The main problem solved in the patch is possible overflows of variables, used in broken-time representation to time_t conversion (required for UNIX_TIMESTAMP).
| | * | | | | | Cleanup: fix race in rename.test.kroki/tomash@moonlight.intranet2006-11-032-2/+9
| | | |/ / / / | | |/| | | |
| * | | | | | mysql-test-run.sh:kent@mysql.com/c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-11-101-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --force-restart pseudo server argument to shell version as well