- 11 Oct, 2005 4 commits
-
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0.b9278
-
unknown authored
Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard? cmd-line-utils/readline/complete.c: Fixed
-
unknown authored
mysql-test/r/type_float.result: merging
-
unknown authored
mysql-test/t/type_float.test: Auto merged mysql-test/r/type_decimal.result: merging mysql-test/r/type_float.result: merging mysql-test/r/union.result: merging mysql-test/t/type_decimal.test: merging sql/item.cc: merging
-
- 10 Oct, 2005 14 commits
-
-
unknown authored
into mysql.com:/users/lthalmann/bkroot/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/engine/mysql-5.0
-
unknown authored
sql/table.cc: If extra block present always restore connect string. sql/unireg.cc: Always save connect string.
-
unknown authored
sql/handler.cc: Use my_strnncoll instead of my_strcasecmp (it is possible to compare non-asciiz strings now). sql/handler.h: extra block size added to HA_CREATE_INFO.
-
unknown authored
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.13372 sql/item.cc: Auto merged
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.0 myisam/mi_rkey.c: Auto merged mysql-test/r/subselect2.result: Auto merged mysql-test/t/select.test: Auto merged ndb/src/mgmsrv/InitConfigFileParser.cpp: Auto merged scripts/make_binary_distribution.sh: Auto merged configure.in: After merge fixes myisam/mi_search.c: After merge fixes mysql-test/r/select.result: After merge fixes sql/item.cc: After merge fixes sql/sql_parse.cc: After merge fixes sql/sql_update.cc: After merge fixes
-
unknown authored
-
unknown authored
mysql-test/r/rpl_multi_update3.result: New test case mysql-test/t/rpl_multi_update3.test: New test case sql/sql_parse.cc: Removed fake locking Changed so that filtering is done later for multi-update Removed redundant code sql/sql_update.cc: Moved call to sql_parse.cc
-
unknown authored
support-files/mysql.spec.sh: - typo fix: rott->root in the file attributes for mysql_client_test
-
unknown authored
- Added error printout and nice exit for duplicate default sections
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 ndb/src/mgmsrv/Services.cpp: Auto merged
-
- 09 Oct, 2005 1 commit
-
-
unknown authored
Fix a compile failure BitKeeper/deleted/.del-protocol_cursor.cc~2a1ab8e023a166a4: Delete: sql/protocol_cursor.cc VC++Files/libmysqld/libmysqld.dsp: Remove protocol_cursor.cpp (no longer used) from sources VC++Files/sql/mysqld.dsp: Remove protocol_cursor.cpp (no longer used) from sources sql/mysqld.cc: Fix a compile failure
-
- 08 Oct, 2005 5 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 server-tools/instance-manager/mysql_connection.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 mysql-test/r/rpl_flush_tables.result: Auto merged mysql-test/t/rpl_flush_tables.test: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
(and contain extern "C" when necessary)
-
unknown authored
don't allow STOP SLAVE if global read lock is in taken
-
- 07 Oct, 2005 15 commits
-
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0
-
unknown authored
server-tools/instance-manager/mysql_connection.cc: fix pragma statement server-tools/instance-manager/user_map.cc: fix pragma statement
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-4.1 scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
-
unknown authored
Copy disabled.def (Backport of Kent's change from the main tree to the 4.1.15 build clone. Original changeset: 2005/10/07 13:08:07+02:00 kent@mysql.com ) scripts/make_binary_distribution.sh: Copy zlib.a and valgrind.supp if exists. Copy disabled.def (Backport of Kent's change from the main tree to the 4.1.15 build clone.)
-
unknown authored
Copy zlib.a and valgrind.supp if exists Copy disabled.def scripts/make_binary_distribution.sh: Copy zlib.a and valgrind.supp if exists
-
unknown authored
ndb/src/mgmsrv/Services.cpp: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
client/mysql.cc: Auto merged mysql-test/t/rpl_openssl.test: Auto merged mysql-test/r/rpl_openssl.result: manual merge
-
unknown authored
allow select into outfile from I_S tables it is enough to add FILE_ACL for I_S tables only to 'check_table_access' function as we use 'any_db' for 'check_access' function in places where FILE_ACL is required mysql-test/t/outfile.test: Fix for bug#13202 SELECT * INTO OUTFILE ... FROM information_schema.schemata now fails test case
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug13484 sql/ha_innodb.cc: Auto merged mysql-test/r/index_merge_innodb.result: Auto merged mysql-test/r/rowid_order_innodb.result: Auto merged mysql-test/t/index_merge_innodb.test: Auto merged
-
unknown authored
into mysql.com:/home/my/mysql-4.1
-
unknown authored
- Use %lx instead of %p as %p is not portable - Don't replace ROW item with Item_null myisam/mi_rkey.c: Use %lx instead of %p as %p is not portable myisam/mi_search.c: Use %lx instead of %p as %p is not portable mysql-test/r/select.result: More test for ROW comparison mysql-test/t/select.test: More test for ROW comparison sql/item.cc: We can't replace a ROW item with Item_null because: - Arg_comparator is still using the orignal row items and it's not good to have args[0] different from what is actually compared - If we are using the <=> comparator, NULL can still be compared as true - We would break things if we would ever use resolve_const_item() for operators like >, < etc.
-
- 06 Oct, 2005 1 commit
-
-
unknown authored
Corrected platform name output Services.cpp: Dont print null address (back port from 5.0) ndb/src/mgmsrv/Services.cpp: Dont print null address (back port from 5.0) scripts/make_binary_distribution.sh: Corrected platform name output
-