- 25 Oct, 2004 9 commits
-
-
unknown authored
removed compiler warning ndb/src/ndbapi/NdbIndexOperation.cpp: fix for alignment bug on solaris 64 bit ndb/src/ndbapi/NdbOperationSearch.cpp: fix for alignment bug on solaris 64 bit sql/ha_ndbcluster.cc: removed compiler warning
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
innobase/os/os0file.c: - fixed typo that caused the Windows build to fail
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
-
unknown authored
shortened help text ndb/tools/select_all.cpp: removed compiler warning
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
- 24 Oct, 2004 5 commits
- 23 Oct, 2004 5 commits
-
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
Char is unsigned by defeault on some platforms. Cast t to a signed type. strings/ctype-utf8.c: Char is unsigned by defeault on some platforms. Cast t to a signed type.
-
unknown authored
Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082) More test cases mysql-test/r/heap.result: Test for bug #6082 (delete with NOT NULL) mysql-test/r/key.result: More tests for BUG#6151 - myisam index corruption mysql-test/r/ps.result: Test of bug #6047 "Permission problem when executing mysql_stmt_execute with derived table" mysql-test/t/heap.test: Test for bug #6082 (delete with NOT NULL) mysql-test/t/key.test: More tests for BUG#6151 - myisam index corruption mysql-test/t/ps.test: Test of bug #6047 "Permission problem when executing mysql_stmt_execute with derived table" sql/ha_heap.cc: Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound
-
- 22 Oct, 2004 21 commits
-
-
unknown authored
4.1.7 leaves gamma. configure.in: 4.1.7 leaves gamma.
-
unknown authored
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug6151
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
myisam/myisampack.c: - applied portability fix for Windows (1ULL -> ULL(1))
-
unknown authored
Correcting problem with merge sql/sql_acl.cc: Correcting problem with merge
-
unknown authored
into goetia.(none):/home/dellis/mysqlab/bk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug6151
-
unknown authored
into mysql.com:/media/sda1/mysql/mysql-4.1-6088
-
unknown authored
-
unknown authored
mysql-test/r/ps.result: Manual merge.
-
unknown authored
function crashes server" with main tree.
-
unknown authored
prepared statements when LIMIT is used" and post-review comments. The fix changes the approach we calculate the need for ORDER BY in UNION: the previous was not PS friendly, as it damaged SELECT_LEX options in case of single select. mysql-test/r/ps.result: Test results fixed: the test case for Bug#6088 mysql-test/r/subselect.result: Test results fixed: now we don't perform ORDER BY for parts of UNION if there is no LIMIT clause. mysql-test/t/ps.test: A test case for Bug#6088 "FOUND_ROWS returns wrong values for prepared statements when LIMIT is used". sql/sql_union.cc: The actual fix for Bug#6088: - don't modify SELECT_LEX'es - use boolean variable can_skip_order_by to check if we can skip ORDER BY in UNION
-
unknown authored
BUG #5831 Post-review changes, merging improvements from Monty. sql/sql_acl.cc: BUG #5831 Post-review changes, merging improvements from Monty.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg6081 sql/sql_parse.cc: Auto merged
-