- 06 Apr, 2006 4 commits
-
-
stewart@mysql.com authored
along with the fix for 18843, this should fix the bug.
-
bar@mysql.com authored
Bug#18830: incompatibility new libraries with old server Don't execute SET NAMES with pre-4.1 server.
-
bar@mysql.com authored
Adding test case to cover queries which worked incorrectly earlier: Bug#18321: Can't store EuroSign with latin1_german1_ci and latin1_general_ci
-
bar@mysql.com authored
Backporting a 5.0 change: MAX_BUF was too small for Index.xml Changeing MAX_BUF and adding assert to easier catch the same problem in the future. ctype-extra.c: Regenerating ctype-extra.c with the fixed conf_to_src.
-
- 03 Apr, 2006 4 commits
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.12076
-
kent@mysql.com authored
Distribute mysql-test-run.pl
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-
kent@mysql.com authored
Changed web address order.mysql.com to shop.mysql.com
-
- 02 Apr, 2006 1 commit
-
-
kent@mysql.com authored
Install Perl mysql-test-run into test directory
-
- 01 Apr, 2006 5 commits
-
-
kent@mysql.com authored
Let "make install" install mysql-test-run.pl mysql.spec.sh: Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662)
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-
kent@mysql.com authored
Typo (bug#17167)
-
kent@mysql.com authored
Use CPPFLAGS when testing to link "libz" found in --with-zlib-dir=, and search the given include directory first (bug#18369)
-
kent@mysql.com authored
Set MYSQL_SERVER_SUFFIX from build scripts, not hard code it into Visual Studio project files, bug#15974
-
- 30 Mar, 2006 3 commits
-
-
evgen@sunlight.local authored
into sunlight.local:/local_work/15560-bug-4.1-mysql
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
- 29 Mar, 2006 11 commits
-
-
monty@mysql.com authored
Bug #17705 "FT Index corruption occurs with UTF8 data..." (Actually, the bug had nothing to do with FT index but with general key compression)
-
kent@mysql.com authored
Check that port range is valid, bug#16807
-
kent@mysql.com authored
Added --help option, bug#16392 acinclude.m4: Use "$shrext_cmds" when testing if shared library exists, bug#16332
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-
kent@mysql.com authored
Use "dist_bin_SCRIPTS" to get a script distributed
-
evgen@moonbone.local authored
The GROUP_CONCAT uses its own temporary table. When ROLLUP is present it creates the second copy of Item_func_group_concat. This copy receives the same list of arguments that original group_concat does. When the copy is set up the result_fields of functions from the argument list are reset to the temporary table of this copy. As a result of this action data from functions flow directly to the ROLLUP copy and the original group_concat functions shows wrong result. Since queries with COUNT(DISTINCT ...) use temporary tables to store the results the COUNT function they are also affected by this bug. The idea of the fix is to copy content of the result_field for the function under GROUP_CONCAT/COUNT from the first temporary table to the second one, rather than setting result_field to point to the second temporary table. To achieve this goal force_copy_fields flag is added to Item_func_group_concat and Item_sum_count_distinct classes. This flag is initialized to 0 and set to 1 into the make_unique() member function of both classes. To the TMP_TABLE_PARAM structure is modified to include the similar flag as well. The create_tmp_table() function passes that flag to create_tmp_field(). When the flag is set the create_tmp_field() function will set result_field as a source field and will not reset that result field to newly created field for Item_func_result_field and its descendants. Due to this there will be created copy func to copy data from old result_field to newly created field.
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Merge/4.1
-
gluh@eagle.intranet.mysql.r18.ru authored
disallow the use of comma in SET members
-
kent@mysql.com authored
If installed, search built in lib path first, bug#13158
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
-
kent@mysql.com authored
Install "ndb_size.pl" script and template, bug#18421
-
- 28 Mar, 2006 1 commit
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15098
-
- 27 Mar, 2006 4 commits
-
-
kent@mysql.com authored
Remove Solaris -xc99=none C option as C++ compiler can't handle it
-
kent@mysql.com authored
We are not to control what malloc package others are to use, remove -lmtmalloc from --libs(_r), bug#18322
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
Change semantic on DumpStateOrd::CmvmiSetRestartOnErrorInsert() Called wo/ args it resets to value in configuration (previously it set to 1 if called wo/ args)
-
- 23 Mar, 2006 5 commits
-
-
kent@mysql.com authored
If CYBOZU defined, set character sets etc
-
jonas@perch.ndb.mysql.com authored
remove bug#18385 from autotest as it only works on 2 node clusters
-
jonas@perch.ndb.mysql.com authored
minor fixes in test programs
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15376
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b17374
-
- 22 Mar, 2006 2 commits
-
-
jonas@perch.ndb.mysql.com authored
Add per partition info (optionally to ndb_desc)
-
jonas@perch.ndb.mysql.com authored
Update makefile for removed files
-