- 20 Apr, 2005 1 commit
-
-
unknown authored
mysql-test/r/olap.result: Auto merged mysql-test/t/olap.test: Auto merged sql/sql_select.cc: Auto merged
-
- 19 Apr, 2005 9 commits
-
-
unknown authored
Fixed bug #9681. The bug happened with queries using derived tables specified by a SELECT with ROLLUP, such as: SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2, if column a of table t1 is declared as NOT NULL. This was to the fact that the first column of the temporary table created to contain the derived table erroneously inherited the NOT NULL attribute from column a. olap.result, olap.test: Added a test case for bug #9681. mysql-test/t/olap.test: Added a test case for bug #9681. mysql-test/r/olap.result: Added a test case for bug #9681. sql/sql_select.cc: Fixed bug #9681. The bug happened with queries using derived tables specified by a SELECT with ROLLUP, such as: SELECT * FROM (SELECT a, SUM(a) FROM t1 GROUP BY a WITH ROLLUP) t2, if column a of table t1 is declared as NOT NULL. This was to the fact that the first column of the temporary table created to contain the derived table erroneously inherited the NOT NULL attribute from column a.
-
unknown authored
into mysql.com:/M50/mysql-5.0
-
unknown authored
-
unknown authored
into hundin.mysql.fi:/home/jan/orig/mysql-5.0
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
unknown authored
into xiphis.org:/.amd_mnt/bk.anubis/host/work-acurtis/bug9496
-
unknown authored
Fix src distributions for benchmark prg
-
unknown authored
-
unknown authored
-
- 18 Apr, 2005 16 commits
-
-
unknown authored
into rurik.mysql.com:/home/igor/mysql-5.0
-
unknown authored
Correction after fix for bug #9902. mysql-test/r/view.result: Correction after fix for bug #9902.
-
unknown authored
-
unknown authored
by Philip Antoniades scripts/mysql_fix_privilege_tables.sql: Update for VARCHAR and remove 4.1-specific actions. by Philip Antoniades
-
unknown authored
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges
-
unknown authored
Style fix sql/ha_innodb.cc: Style fix
-
unknown authored
negative argument gives wrong result" into 5.0 tree.
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
-
unknown authored
argument gives wrong result" (and similar bug in ADDTIME/SUBTIME) into 5.0 tree. mysql-test/t/func_sapdb.test: Auto merged mysql-test/r/func_sapdb.result: Manual merge. sql/item_timefunc.cc: Manual merge.
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 sql/sql_yacc.yy: Auto merged
-
unknown authored
Backported from 5.0.3. innobase/row/row0ins.c: If the SQL-query will update or replace duplicate records we take X-lock for duplicate records. sql/ha_innodb.cc: INSERT ON DUPLICATE KEY UPDATE will also update duplicate records and we should take X-lock in this case for duplicate records.
-
unknown authored
into mysql.com:/M50/mysql-5.0
-
unknown authored
scripts/make_binary_distribution.sh: Auto merged support-files/mysql.server.sh: Auto merged
-
- 17 Apr, 2005 6 commits
-
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-look-range
-
unknown authored
into mysql.com:/home/psergey/mysql-4.1-bug9439
-
unknown authored
mysql-test/r/show_check.result: Auto merged mysql-test/t/show_check.test: Auto merged
-
unknown authored
into mysql.com:/space/my/mysql-5.0-build
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build support-files/MacOSX/Makefile.am: Auto merged
-
unknown authored
already (and that's the Makefile that acutally creates it)
-
- 16 Apr, 2005 8 commits
-
-
unknown authored
sql/opt_range.cc: Auto merged
-
unknown authored
into mysql.com:/home/psergey/mysql-4.1-look-range
-
unknown authored
minimum of lower bounds of two joined intervals. mysql-test/r/range.result: Testcase for BUG#9348 mysql-test/t/range.test: Testcase for BUG#9348
-
unknown authored
scripts/make_binary_distribution.sh: add libexec expansion handling to make_binary_distribution support-files/mysql.server.sh: mysql.server init.d script fixed back to use mysqld_safe by default, as mysqlmanager does not handle all installation scenarious yet. + libexecdir template was added for mysqlmanager to deal nicely with the source distribution
-
unknown authored
Changed type of "Sub_part" column in SHOW KEYS from TINYINT to SMALLINT (as MAX_KEY_LENGTH=1024) (this is the final cset with proper tests) mysql-test/r/show_check.result: Testcase for BUG#9439 mysql-test/t/show_check.test: Testcase for BUG#9439 sql/sql_show.cc: Fix for BUG#9439: Changed type of "Sub_part" column in SHOW KEYS from TINYINT to SMALLINT (as MAX_KEY_LENGTH=1024)
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-bug9188 myisam/myisampack.c: Auto merged
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug9188
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug9487
-