- 27 Feb, 2006 1 commit
-
-
unknown authored
sql/log_event.cc: Removed optimization that is no longer valid
-
- 26 Feb, 2006 1 commit
-
-
unknown authored
Visual C++ dont relate 'byte' and 'char*' that close, added casts mysql.sln: Only build mysqlserver.lib if embedded target VC++Files/mysql.sln: Only build mysqlserver.lib if embedded target sql/log_event.cc: Visual C++ dont relate 'byte' and 'char*' that close, added casts
-
- 25 Feb, 2006 3 commits
-
-
unknown authored
Enable row based replication for Windows build replication.m4: Made help text more clear, default is with row based replication enabled config/ac-macros/replication.m4: Made help text more clear, default is with row based replication enabled include/config-win.h: Enable row based replication for Windows build
-
unknown authored
Drop 'mysqlslap' Added database name 'ndbsynctest' sql_table.cc, create.test, create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/r/create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/t/create.test: Patch for bug#17530 done by evgen, extracted from 5.0 sql/sql_table.cc: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/include/drop-on-restart.inc: Drop 'mysqlslap'
-
unknown authored
storage/ndb/src/common/transporter/Transporter.cpp: use sockaddr_in in declarations to guarantee sin_addr alignment storage/ndb/src/mgmsrv/Services.cpp: use sockaddr_in in declarations to guarantee sin_addr alignment
-
- 24 Feb, 2006 9 commits
-
-
unknown authored
into mysql.com:/home/bk/mysql-5.1-release-bug13418-lars mysql-test/t/disabled.def: Auto merged
-
unknown authored
BUG# 17432: Partitions: wrong result, SELECT ... WHERE <column> is null mysql-test/r/partition.result: result block for tests mysql-test/t/partition.test: test cases for bug #17432 and 17430 sql/sql_partition.cc: improve null handling by returning LONGLONG_MIN for values that are NULL
-
unknown authored
client/mysqlimport.c: Remove disabled --use-threads option mysql-test/r/mysqldump.result: Update result mysql-test/t/disabled.def: Remove disable of mysqldump mysql-test/t/mysqldump.test: Remove the disable_parsing on tests for --use-threads to mysqlimport
-
unknown authored
into mysql.com:/users/lthalmann/bk/mysql-5.1-release-bug13418
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
-
unknown authored
mysql-test/r/rpl_bit_npk.result: Updated results mysql-test/t/disabled.def: rpl_bit_npk now works sql/field.h: Field_bit::cmp_binary_offset wrongly used base class method that does not work for Field_bit This was discussed with Monty and should be pushed into 5.0 too sql/log_event.cc: Added checks for null bits Swapped use of m_after_image (was m_search_record) and table->record[1] to use record[i] in the same way as other MySQL code (i.e. use record[1] for scan data). Removed use of cmp_binary in record_compare (it is currently wrong to use that without copying the null bits to the compare data record) sql/log_event.h: Name change to indicate new semantics
-
unknown authored
into mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-release
-
unknown authored
Problem was a null pointer Fixed by passing correct database name to slave filtering mechanism Added test. sql/sql_parse.cc: Fix slave crash when issuing 'ALTER DATABASE' with specifying db name Don't pass null pointer to db_ok_with_wild_table()
-
unknown authored
Conditionally link with libmysqlclient.la or libmysqlclient_r.la configure.in: Corrected help text for --with-debug option Changed default to be with thread safe client Added THREAD_SAFE_CLIENT to be used in 'if' in make files configure.in: Corrected help text for --with-debug option Changed default to be with thread safe client Added THREAD_SAFE_CLIENT to be used in 'if' in make files client/Makefile.am: Conditionally link with libmysqlclient.la or libmysqlclient_r.la
-
- 23 Feb, 2006 6 commits
-
-
unknown authored
into lmy004.:/work/mysql-5.1-release
-
unknown authored
scripts/mysql_fix_privilege_tables.sh: fix the message as per #16399 sql/sql_acl.cc: fix the priv per review comment by Serg
-
unknown authored
into mysql.com:/home/bk/fix-mysql-5.1-release
-
unknown authored
Switching to use net_*_length() instead of VLE functions. sql/log_event.cc: Switching to use net_*_length() instead of VLE functions.
-
unknown authored
into mysql.com:/users/mkindahl/bk/merge-b17181-mysql-5.1-new sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
Moving assignments to table_map_id for thread-safe handling of table shares. sql/ha_ndbcluster_binlog.cc: Assign_new_table_id() now takes table share instead of table. sql/mysql_priv.h: New protptype for assign_new_table_id(). sql/sql_base.cc: Assign_new_table_id() now takes a table share instead of a table. Moving call to assign_new_table_id() into get_table_share(). sql/table.cc: Setting default values of table_map_id and table_map_version inside alloc_table_share() and init_tmp_table_share(). Removing the settings from open_table_from_share().
-
- 22 Feb, 2006 1 commit
-
-
unknown authored
Change for 'make distcheck' libmysqld.vcproj: Typo VC++Files/libmysqld/libmysqld.vcproj: Typo mysql-test/ndb/Makefile.am: Change for 'make distcheck' storage/archive/Makefile.am: Change for 'make distcheck' plugin/fulltext/Makefile.am: Change for 'make distcheck' storage/csv/Makefile.am: Change for 'make distcheck' storage/heap/Makefile.am: Change for 'make distcheck'
-
- 21 Feb, 2006 12 commits
-
-
unknown authored
-
unknown authored
This is a re-clone after tagging, so the version must be set back to 5.1.7-beta. configure.in: This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
-
unknown authored
into april.(none):/home/svoj/devel/mysql/BUG17116/mysql-5.1-new
-
unknown authored
pushing. the code needs to be more stable.
-
unknown authored
mysql-test/t/disabled.def: enable ndb_dd_backuprestore
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
unknown authored
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
mysql-test/r/events.result: result fixed
-
unknown authored
post-review fixes mysql-test/r/events_bugs.result: fix result sql/event.cc: fix compilation problem on windows sql/event_executor.cc: show the right host in show processlist (should be event_scheduler@localhost) sql/event_timed.cc: a bit more debug infor fix a problem introduced with previous push :( . clean everything that's whitespace. found because of new test cases which were crashing. sql/sql_show.cc: fix compile problem on windows
-
unknown authored
mysql-test/t/disabled.def: leave ndb_dd_backuprestore disabled until *.result corrected storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp: error code was clobbered storage/ndb/tools/restore/consumer_restore.cpp: surprise - ndb_restore creates events
-
- 20 Feb, 2006 7 commits
-
-
unknown authored
sql/event.cc: Auto merged sql/event.h: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
WL#1032 sql_mode setting was disregarded during create/alter event and wasn't set during event execution. (post-review small fixes) sql/event.cc: store the sql_mode when the body is stored - always on create event - during alter event if the user changes the body sql/event.h: add sql_mode as member variable sql/event_timed.cc: - exchange thd->variables.sql_mode before and after execution - set the sql_mode of the anonymous SP -> event_timed::sphead sql/sql_show.cc: - show real content in I_S.EVENTS.SQL_MODE , disallow NULL
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406
-
unknown authored
into mysql.com:/home/psergey/mysql-5.1-look
-
unknown authored
if we've got a tree of type ALWAYS or MAYBE. sql/opt_range.cc: BUG#15448 (group_min_max test failure): Don't buypass group-min-max optimizer entry point if we've got a tree of type ALWAYS or MAYBE. The effect observed by this bug has been introduced by this cset: ChangeSet 1.1967.5.2 2005/12/26 08:40:09 sergefp@mysql.com. The cset introduced PARAM::remove_jump_scans which purpose was to avoid making [always unsuccessful] attempts to construct index_merge for construct index_merge for conditions like "t.key1partX=c1 OR t.key1partY=c2". The effect of this change was that some queries that previously had produced a SEL_TREE representing candidate for index_merge(X,Y) now started to produce SEL_TREE with type=ALWAYS, and group-min-max analysis for these trees has been bypassed. In this fix we make SEL_TREE with type=ALWAYS to be processed in the same way as (SEL_TREE*)NULL, its equivalent.
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-vanilla
-
unknown authored
into lmy004.:/work/mysql-5.1-bug16406 mysql-test/r/events.result: Auto merged
-