- 24 Dec, 2004 1 commit
-
-
unknown authored
sql/sql_insert.cc: cleanup
-
- 23 Dec, 2004 6 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-4.1smemory
-
unknown authored
add space after comma add space after equal add comments in vio_close_shared_memory() include/violite.h: fix indentation sql-common/client.c: fix identation sql/mysqld.cc: add space after comma vio/vio.c: add space after equal fix identation vio/viosocket.c: add space after comma add comments in vio_close_shared_memory()
-
unknown authored
from the install directory.
-
unknown authored
into mysql.com:/home/wax/mysql/mysql-4.1smemory sql/mysqld.cc: Auto merged
-
- 22 Dec, 2004 25 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
don't checkin for Administrator or mysqldev sql/log.cc@1.157 restored a bugfix that was lost in a merge sql/log.cc: restored a bugfix that was lost in a merge BitKeeper/triggers/pre-delta: don't commit for Administrator or mysqldev
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
decided for fixed size buffers in LogHandler repeated messages mysql-test/ndb/basic.result: updated ndb test ndb/include/logger/LogHandler.hpp: decided for fixed size buffers ndb/include/logger/Logger.hpp: decided for fixed size buffers ndb/src/common/logger/LogHandler.cpp: decided for fixed size buffers ndb/src/common/logger/Logger.cpp: decided for fixed size buffers
-
unknown authored
ndb/src/common/transporter/Transporter.hpp: fixed small error
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-smfix
-
unknown authored
STR_TO_DATE() function if there is another format specifier after %f in format string". Also small cleanup of STR_TO_DATE() implementation. (After review version.) mysql-test/r/date_formats.result: Added test for small bug in STR_TO_DATE() implementation which caused microseconds to be gobbled from string result of this function, if there was another specifier after %f in format string. mysql-test/t/date_formats.test: Added test for small bug in STR_TO_DATE() implementation which caused microseconds to be gobbled from string result of this function, if there was another specifier after %f in format string. sql/item_timefunc.cc: Small cleanup of str_to_date() implementation. Renamed check_result_type() to less ambigous get_date_time_result_type() and made it static. Also added handling of %X,%x,%V,%v to this function. Fixed small bug in it which caused microseconds to be gobbled if there was some other specifiers after %f. Cleaned up comments a bit.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
changed name of g_eventLogger so it can be used in TransporterRegistry and is the same as in the kernel ndb/include/ndbapi/ndb_cluster_connection.hpp: changed return type of no_ndb_nodes ndb/include/transporter/TransporterRegistry.hpp: added connect_server method to TransporterRegistry ndb/include/util/ndb_opts.h: set shared memory usage as _no_ default in 4.1 ndb/src/common/transporter/Makefile.am: added -I flags for EventLogger.hpp ndb/src/common/transporter/SCI_Transporter.cpp: setting transporter type ndb/src/common/transporter/SHM_Transporter.cpp: setting transporter type ndb/src/common/transporter/TCP_Transporter.cpp: setting transporter type ndb/src/common/transporter/Transporter.cpp: added event logger added type handling in transporter added verification of transporter type compatability ndb/src/common/transporter/Transporter.hpp: setting transporter type ndb/src/common/transporter/TransporterRegistry.cpp: moved server-client transporter negotiation to own method connect_server() added verification of transporter compatability ndb/src/kernel/main.cpp: changed which events are logged ndb/src/ndbapi/ndb_cluster_connection.cpp: added g_eventLogger sql/mysqld.cc: set shared memory usage as _no_ default in 4.1
-
unknown authored
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41
-
unknown authored
ndb/test/ndbapi/testBlobs.cpp: use Ndb_cluster_connection ndb/test/ndbapi/testOIBasic.cpp: use Ndb_cluster_connection
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/src/ndbapi/Ndbinit.cpp: Fix bug in backward compatility code (for our test programs)
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my41 ndb/src/ndbapi/NdbConnection.cpp: Auto merged
-
unknown authored
mysql-test/r/ndb_blob.result: bug#7340 fix mysql-test/t/ndb_blob.test: bug#7340 fix ndb/src/ndbapi/NdbConnection.cpp: bug#7340 fix ndb/src/ndbapi/NdbOperationDefine.cpp: bug#7340 fix
-
unknown authored
See mysqldump.test comments for more details
-
unknown authored
Add a comment that no InnoDB table lock is now acquired in LOCK TABLES if AUTOCOMMIT=1. This helps to avoid deadlocks when porting old MyISAM applications to InnoDB. sql/ha_innodb.cc: Add a comment that no InnoDB table lock is now acquired in LOCK TABLES if AUTOCOMMIT=1. This helps to avoid deadlocks when porting old MyISAM applications to InnoDB.
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1 sql/ha_innodb.cc: Auto merged
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1
-
unknown authored
ndb/test/run-test/main.cpp: adapt to changes in Logger
-
unknown authored
If AUTOCOMMIT=1, do not acquire an InnoDB table lock in LOCK TABLES; this makes porting of old MyISAM applications to InnoDB easier, since in that mode InnoDB table locks caused deadlocks very easily sql/ha_innodb.cc: If AUTOCOMMIT=1, do not acquire an InnoDB table lock in LOCK TABLES; this makes porting of old MyISAM applications to InnoDB easier, since in that mode InnoDB table locks caused deadlocks very easily
-
unknown authored
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
use configured hostnames for SHM transporter setup ndb/include/transporter/TransporterDefinitions.hpp: added configuration hostnames to SHM config struct ndb/src/common/mgmcommon/IPCConfig.cpp: added configuration hostnames to SHM config struct ndb/src/common/transporter/TransporterRegistry.cpp: added configuration hostnames to SHM config struct use configured hostnames for SHM transporter setup
-
- 21 Dec, 2004 8 commits
-
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1 configure.in: SCCS merged innobase/os/os0file.c: SCCS merged
-
unknown authored
ifdef on version prior to 5.0 ndb/src/mgmsrv/main.cpp: ifdef on version prior to 5.0
-
unknown authored
Put back accidentally removed undef and remove a debug def innobase/os/os0file.c: Put back accidentally removed undef and remove a debug def
-
unknown authored
Fix InnoDB bug: on HP-UX, with a 32-bit binary, InnoDB was only able to read or write <= 2 GB files; the reason was that InnoDB treated the return value of lseek() as a 32-bit integer; lseek was used on HP-UX-11 as a replacement for pread() and pwrite() because HAVE_BROKEN_PREAD was defined on that platform innobase/os/os0file.c: Fix InnoDB bug: on HP-UX, with a 32-bit binary, InnoDB was only able to read or write <= 2 GB files; the reason was that InnoDB treated the return value of lseek() as a 32-bit integer; lseek was used on HP-UX-11 as a replacement for pread() and pwrite() because HAVE_BROKEN_PREAD was defined on that platform
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
unknown authored
NdbApi.hpp to include ndb_inti.h and ndb_cluster_connecion.hpp ndb/include/ndbapi/NdbApi.hpp: NdbApi.hpp to include ndb_inti.h and ndb_cluster_connecion.hpp
-
unknown authored
-
unknown authored
Check that the requested storage engine is enabled.
-