- 14 Jul, 2005 8 commits
-
-
unknown authored
added using ndb_end and showing mem allocation stat at exit added init of variable added destruction of LocalConfig to still memleak added delete of theFacade on exit stopSessions(true) on socket server to ensure destuction of threads added destruction of arbit manager thread added true option to stopSessions in transporter facade to ensure destructions of threads ndb/include/util/ndb_opts.h: added using ndb_end and showing mem allocation stat at exit ndb/src/common/logger/LogHandler.cpp: added init of variable ndb/src/mgmapi/mgmapi.cpp: added destruction of LocalConfig to still memleak debug printouts ndb/src/mgmclient/main.cpp: added using ndb_end and showing mem allocation stat at exit ndb/src/mgmsrv/MgmtSrvr.cpp: added delete of theFacade on exit removed area51 added debug prints ndb/src/mgmsrv/main.cpp: added using ndb_end and showing mem allocation stat at exit moved glob struct to heap to enable ndb_end usage moved options out of glob struct stopSessions(true) on socket server to ensure destuction of threads ndb/src/ndbapi/ClusterMgr.cpp: added destruction of arbit manager thread debug printouts ndb/src/ndbapi/TransporterFacade.cpp: added true option to stopSessions in transporter facade to ensure destructions of threads + debug prints
-
unknown authored
+ added close of some fd's + debug prints ndb/src/mgmclient/CommandInterpreter.cpp: BUG#11898 ndb_mgmd not releasing resources, added "ping" + debug prints ndb/src/mgmsrv/MgmtSrvr.hpp: BUG#11898 ndb_mgmd not releasing resources, added "ping" + debug prints ndb/src/mgmsrv/Services.cpp: BUG#11898 ndb_mgmd not releasing resources, added "ping" on add_listener + added close of some fd's + debug prints
-
unknown authored
added __LINE__ so systemErrorLab for better error printout ndb/include/ndb_version.h.in: stilled mem leak in usage on getVersionString ndb/include/util/version.h: stilled mem leak in usage on getVersionString ndb/src/common/util/version.c: stilled mem leak in usage on getVersionString ndb/src/kernel/blocks/qmgr/Qmgr.hpp: added __LINE__ so systemErrorLab for better error printout ndb/src/kernel/blocks/qmgr/QmgrMain.cpp: stilled mem leak in usage on getVersionString added __LINE__ so systemErrorLab for better error printout ndb/tools/restore/restore_main.cpp: stilled mem leak in usage on getVersionString
-
unknown authored
ndb/include/portlib/NdbTCP.h: added debug prints ndb/include/util/SocketServer.hpp: added debug prints ndb/src/common/mgmcommon/ConfigRetriever.cpp: debug prints ndb/src/common/mgmcommon/IPCConfig.cpp: debug prints ndb/src/common/portlib/NdbMutex.c: debug prints ndb/src/common/portlib/NdbTCP.cpp: debug printout ndb/src/common/portlib/NdbThread.c: debug printout ndb/src/common/transporter/TransporterRegistry.cpp: debug printout ndb/src/common/util/Parser.cpp: debug printout ndb/src/common/util/SocketClient.cpp: debug printout ndb/src/common/util/SocketServer.cpp: debug printout
-
unknown authored
into mysql.com:/home/psergey/mysql-4.1-merge-from-build sql/item_func.cc: Auto merged
-
unknown authored
source table present (this happens for ORDER BY after UNION) mysql-test/r/fulltext_order_by.result: Testcase for BUG#11869 mysql-test/t/fulltext_order_by.test: Testcase for BUG#11869
-
unknown authored
This is needed because in some cases range optimization is performed twice and added NOT NULL item must have correct const_table_map() value. mysql-test/r/select.result: Testcase for BUG#11700 mysql-test/t/select.test: Testcase for BUG#11700
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.num-conv mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_utf8.test: Auto merged sql/item.cc: Auto merged sql/item.h: Auto merged sql/sql_table.cc: Auto merged
-
- 13 Jul, 2005 10 commits
-
-
unknown authored
character set is UCS2". The bug is no longer repeatable. mysql-test/r/ps.result: Test results fixed (a test case for Bug#9442) mysql-test/t/ps.test: A test case for Bug#9442 "Set parameter make query fail if column character set is UCS2
-
unknown authored
binary). mysql-test/r/ps.result: Test results fixed (Bug#9379) mysql-test/t/ps.test: A test case for Bug#9379 (collation of a parameter marker is binary) sql/item.cc: - set Item_param::collation to str_value collation, if Item_param is assigned a string. Reset it to default in Item_param::reset() (on the next execution it can be assigned a number). sql/item_func.cc: - now that item collation can change between executions (if this item is Item_param), we need to register the change of the execution tree in the rollback list.
-
unknown authored
into mysql.com:/opt/local/work/mysql-4.1-11458
-
unknown authored
-
unknown authored
configure.in: Increase version number to 4.1.14, as the clone for 4.1.13 has been created.
-
unknown authored
into mysql.com:/opt/local/work/mysql-4.1-11458 sql/mysql_priv.h: Auto merged
-
unknown authored
data": remove the fix for another bug (8807) that added OUTER_REF_TABLE_BIT to all subqueries that used a placeholder to prevent their evaluation at prepare. As this bit hanged in Item_subselect::used_tables_cache for ever, a constant subquery with a placeholder was never evaluated as such, which caused wrong choice of the execution plan for the statement. - to fix Bug#8807 backport a better fix from 5.0 - post-review fixes. mysql-test/r/ps.result: Bug#11458: test results fixed mysql-test/t/ps.test: - add a test case for Bug#11458 "Prepared statement with subselects return random data" sql/item.cc: - remove unnecessary Item_param::fix_fields - fix Item_param::set_null to set item_type accordingly (safety: Item_param should behave like a basic constant). sql/item.h: Remove Item_param::fix_fields sql/item_subselect.h: Remove no more existing friend. sql/mysql_priv.h: Add UNCACHEABLE_PREPARE to mark all subqueries as uncacheable if in statement prepare (backport from 5.0). sql/sql_lex.h: Comment fixed. sql/sql_parse.cc: If in statement prepare, mark all subqueries as uncacheable (backport from 5.0) sql/sql_prepare.cc: Switch off the uncacheable flag from all subqueries after statement prepare is done (backport from 5.0)
-
unknown authored
end of the test, causing subsequent tests to fail. mysql-test/r/rpl_deadlock.result: Result change. mysql-test/t/rpl_deadlock.test: Tables used in the test but not dropped.
-
unknown authored
added out of range handling
-
unknown authored
adding test case sql_table.cc: sql_table.cc: - do not create a new item when charsets are the same - return ER_INVALID_DEFAULT if default value cannot be converted into the column character set. item.cc: - Allow conversion not only to Unicode, but also to and from "binary". - Adding safe_charset_converter() for Item_num and Item_varbinary, returning a fixed const Item. sql/item.cc: - Allow conversion not only to Unicode, but also to and from "binary". - Adding safe_charset_converter() for Item_num and Item_varbinary, returning a fixed const Item. sql/sql_table.cc: sql_table.cc: - do not create a new item when charsets are the same - return ER_INVALID_DEFAULT if default value cannot be converted into the column character set. mysql-test/r/ctype_utf8.result: adding test case
-
- 12 Jul, 2005 12 commits
-
-
unknown authored
include/my_global.h: set SOCKET_EWOULDBLOCK to the proper windows def WSAEWOULDBLOCK sql/net_serv.cc: fixed typo with using 3 leading underscores instead of 2 vio/vio.c: fixed typo with using 3 leading underscores instead of 2 vio/viosocket.c: fixed typo with using 3 leading underscores instead of 2
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/item_strfunc.cc: Auto merged BitKeeper/etc/config: Resolve conflict
-
unknown authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
unknown authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
unknown authored
into mysql.com:/home/psergey/mysql-4.1-bug11821
-
unknown authored
MAX(field). mysql-test/r/subselect.result: Testcase for BUG#11821 mysql-test/t/subselect.test: Testcase for BUG#11821
-
unknown authored
into mysql.com:/home/bk/b6987-mysql-4.1
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
unknown authored
-
unknown authored
sql/log.cc: Added a note when stat failed on log file sql/slave.cc: Added mutex for relay log rotation
-
- 11 Jul, 2005 5 commits
-
-
unknown authored
include/my_global.h: Fix for gcc 4.0 (they removed min/max)
-
unknown authored
zlib/inftrees.c: Apply security patch for CAN-2005-2096
-
unknown authored
cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" which is undefined on QNX. cmd-line-utils/libedit/chared.c: Re-apply vva's fix: cmd-line-utils/libedit/chared.c@1.4, 2004-08-31 17:50:59+05:00, vva@eagle.mysql.r18.ru discarded using of uint because it's undefined on qnx
-
unknown authored
Identation fix sql/field_conv.cc: Identation fix
-
unknown authored
Bug#11591 CHAR column with utf8 does not work properly (more chars than expected) do_cut_string didn't call well_formed_length, and copied all data, which was wrong in the case of multibyte character set. ctype_utf8.result, ctype_utf8.test: adding test case sql/field_conv.cc: Bug#11591 CHAR column with utf8 does not work properly (more chars than expected) do_cut_string didn't call well_formed_length, and copied all data, which was wrong in the case of multibyte character set. mysql-test/t/ctype_utf8.test: adding test case mysql-test/r/ctype_utf8.result: adding test caser
-
- 08 Jul, 2005 5 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
at all)
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
unknown authored
Corrected libs and lib search path for debug target VC++Files/tests/mysql_client_test.dsp: Corrected libs and lib search path for debug target
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-