- 23 Oct, 2004 4 commits
-
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
-
unknown authored
-
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 36 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
-
unknown authored
into mysql.com:/home/my/mysql-4.1 sql/item.h: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzfix
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 myisam/myisamchk.c: Auto merged
-
unknown authored
server" with main tree. sql/sql_parse.cc: Auto merged
-
unknown authored
sql/item.cc: Fix valgrind errors: we need Item::name to point to PS memory as well. sql/item.h: set_field no longer can be reused as is for PS purposes. sql/sql_union.cc: Item_field::set_field -> Item_field::reset_field.
-
unknown authored
client/mysqltest.c: Auto merged ndb/include/mgmapi/mgmapi.h: merge (use new code)
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzfix sql/sql_parse.cc: Auto merged
-
unknown authored
cmd-line-utils/libedit/np/vis.c: Fixed a compiler issue for QNX.
-
unknown authored
into mysql.com:/build/mysqldev/my/mysql-4.1-tomastest ndb/tools/waiter.cpp: Auto merged
-
unknown authored
into mysql.com:/users/kboortz/daily/work/mysql-4.1-sjis
-
unknown authored
-
unknown authored
sql/sql_parse.cc: Auto merged
-
unknown authored
Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094) client/mysql.cc: Fix compiler warnings client/mysqltest.c: Fix wrong counting of lines Remove compiler warnings heap/hp_hash.c: Fix compiler warnings innobase/dict/dict0load.c: Fix compiler warnings innobase/include/mem0mem.h: Fix compiler warnings libmysql/client_settings.h: Fix compiler warnings myisam/ft_nlq_search.c: Add comments about compiler warnings myisam/rt_index.c: Add comments about compiler warnings myisam/rt_mbr.c: Add comments about compiler warnings mysql-test/r/ps.result: Test case for bug#6094 mysql-test/t/ps.test: Test case for bug#6094 mysys/hash.c: Fix compiler warnings mysys/my_handler.c: Add comments about compiler warnings mysys/my_thr_init.c: Add comments about compiler warnings ndb/include/mgmapi/mgmapi.h: Fix compiler warnings regex/main.c: Fix compiler warnings sql/item.h: Fix compiler warnings sql/item_func.h: Add comments about compiler warnings sql/spatial.h: Add comments about compiler warnings sql/sql_lex.h: Fix compiler warning sql/sql_list.h: Fix compiler warning sql/sql_parse.cc: Move testing of access rights of tables in CREATE ... SELECT to create_table_precheck() to fix privilege checking in CREATE ... SELECT (Bug #6094) sql/sql_prepare.cc: Remove not needed empty line sql/sql_string.h: Fix compiler warnings strings/ctype-mb.c: Fix compiler warnings
-
unknown authored
crashes server" (in 4.0 we fix only connection stalling in case of error, crash itself is fixed in 4.1, the test case for this code is also there). sql/sql_parse.cc: Handling of COM_CREATE_DB, COM_DROP_DB: We should call send_error() if mysql_create_db or mysql_drop_db return error (like we do it for SQL versions of these commands).
-