An error occurred fetching the project authors.
- 18 Apr, 2006 11 commits
-
-
unknown authored
sql/event_timed.cc: - fix 100% cpu usage problem. If time_now==last_exec then don't schedule the event for time_now but increase the multiplier - if time_now is between STARTS and ENDS (the latter is set) or after STARTS (ENDS is not set) and there was no previous execution (imagine disabled scheduler being started) then don't schedule for time_now but for STARTS and then get_next_time() will find the correct time.
-
unknown authored
configure.in: Auto merged client/mysql.cc: Auto merged
-
unknown authored
-
unknown authored
Stepped up version to 5.0.20a configure.in: Stepped up version to 5.0.20a
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-release
-
unknown authored
- Apply patch to remove dependency on C++ libs when linking "libmysql" from c extra/yassl/include/openssl/rsa.h: Fix spelling error extra/yassl/include/openssl/ssl.h: Fix spelling error extra/yassl/include/yassl_int.hpp: Remove static instance extra/yassl/include/yassl_types.hpp: Add CleanUp function for static singletons extra/yassl/src/handshake.cpp: Use buffered.reset(0) instead of null_buffer extra/yassl/src/template_instnt.cpp: Add instantiation of two new templates extra/yassl/src/yassl_int.cpp: Use static pointers for singletons extra/yassl/taocrypt/include/integer.hpp: Remove statoc singletons from class scope extra/yassl/taocrypt/include/misc.hpp: Add clenaup function extra/yassl/taocrypt/include/runtime.hpp: Add runtime for Solaris extra/yassl/taocrypt/src/algebra.cpp: Use mySTL::vector to avoid array of Element being on the stack extra/yassl/taocrypt/src/integer.cpp: Use static pointers for singletons Add cleanup function extra/yassl/taocrypt/src/template_instnt.cpp: Add instantiation of one new template
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
-
unknown authored
revert bug#16855 "fix" per Monty's request client/mysql.cc: revert bug#16855 "fix" per Monty's request
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.1-virgin
-
unknown authored
sql/log.cc: check whether log tables were initialized, before trying to flush them during sighup processing. Then use logger THD for flush.
-
unknown authored
mysql-test/extra/rpl_tests/rpl_log.test: Sleep to avoid race condition on pushbuild test machine
-
- 17 Apr, 2006 12 commits
-
-
unknown authored
into zippy.(none):/home/cmiller/work/mysql/mysql-5.1-new
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
Without a flush this test is nondeterministic for "row" binlog-format. mysql-test/r/innodb.result: Without a flush this test is nondeterministic for "row" binlog-format. mysql-test/t/innodb.test: Without a flush this test is nondeterministic for "row" binlog-format.
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
include/m_string.h: UNIXWare removal include/my_global.h: UNIXWare removal. include/my_no_pthread.h: UNIXWare removal include/my_pthread.h: UNIXWare removal mysys/my_init.c: UNIXWare removal mysys/my_pthread.c: UNIXWare removal
-
unknown authored
Fixed forgotten merge fix mysql-test/r/partition.result: Fixed forgotten merge fix
-
unknown authored
storage/ndb/src/ndbapi/NdbBlob.cpp: set part id from main table op (may not be complete fix) storage/ndb/src/ndbapi/NdbOperationSearch.cpp: log partition id set/get
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean sql/mysqld.cc: Auto merged
-
unknown authored
Fix the way that instance manager finds the version number of instances, so that it works properly when the executable name isn't the same as what the instance-manager launched, such as when wrapping a libtool-wrapped executable from the source tree. This removes the 'Ver ' reported in the version column output by 'SHOW INSTANCE STATUS ...', but the format of this column is not documented (and is pretty free-form to begin with). server-tools/instance-manager/instance_options.cc: Look for 'Ver' to get version from running mysqld --version server-tools/instance-manager/parse_output.cc: Make parse_output_and_get_value() look at the whole line to find the word, instead of just at the beginning of each line. sql/mysqld.cc: Note that the instance manager relies on 'Ver' in mysqld --version
-
unknown authored
Found one piece I missed when I removed HAVE_mit (just broke on windows and I don't have windows locally). This I believe should fix it. include/my_global.h: Fix from removing HAVE_MIT
-
unknown authored
mysql-test/r/archive.result: Adding test case for data directory support in create table. mysql-test/t/archive.test: Added test for "data directory" support in archive. sql/ha_archive.cc: Updated comments, added printable bits for support of "data directory" sql/ha_archive.h: Added real_path to share (will come in handy in later code)
-
- 16 Apr, 2006 5 commits
-
-
unknown authored
sql/sql_plugin.cc: Adding back in support for loadable engines.
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1
-
unknown authored
include/m_string.h: add missing bracket
-
unknown authored
This completes the work done in 5.0 to remove mit_pthread support (most was pulled in 5.0, but there were some pieces left in the tree) include/my_global.h: mit_thread removal include/my_pthread.h: mit_thread removal mysys/my_file.c: mit_thread removal mysys/my_pthread.c: Removal of mit_thread mysys/my_thr_init.c: Removal of mit_thread
-
unknown authored
client/client_priv.h: OS2 removal client/mysql.cc: OS2 removal dbug/dbug.c: OS2 removal include/m_string.h: OS2 removal include/my_global.h: Cleanup for have_mit libmysql/dll.c: OS2 removal libmysql/get_password.c: OS2 removal libmysql/libmysql.c: OS2 removal libmysql/manager.c: OS2 removal sql-common/client.c: OS2 removal sql/event_executor.cc: OS2 removal sql/hostname.cc: OS2 removal sql/log.cc: OS2 removal sql/log_event.h: OS2 removal sql/my_lock.c: OS2 removal sql/mysql_priv.h: OS2 removal sql/mysqld.cc: OS2 removal sql/net_serv.cc: OS2 removal sql/repl_failsafe.cc: OS2 removal sql/slave.cc: OS2 removal sql/sql_base.cc: OS2 removal sql/sql_insert.cc: OS2 removal sql/sql_load.cc: OS2 removal sql/sql_parse.cc: OS2 removal sql/sql_table.cc: OS2 removal storage/myisam/myisamchk.c: OS2 removal storage/ndb/src/mgmclient/main.cpp: OS2 removal storage/ndb/src/mgmsrv/main.cpp: OS2 removal vio/vio.c: OS2 removal vio/viosocket.c: OS2 removal vio/viossl.c: OS2 removal
-
- 15 Apr, 2006 3 commits
-
-
unknown authored
into zim.(none):/home/brian/mysql/dep-5.1 mysys/my_lib.c: Auto merged
-
unknown authored
include/config-win.h: Removing OS2 stuff include/errmsg.h: Removing OS2 stuff include/m_string.h: OS2 removal include/my_global.h: OS2 removal include/my_net.h: OS2 removal include/my_no_pthread.h: OS2 removal include/my_pthread.h: OS2 removal include/thr_alarm.h: OS2 removal mysys/default.c: OS2 removal mysys/mf_path.c: OS2 removal mysys/mf_tempdir.c: OS2 removal mysys/mf_tempfile.c: OS2 removal mysys/my_access.c: OS2 removal mysys/my_clock.c: OS2 removal mysys/my_copy.c: OS2 removal mysys/my_create.c: OS2 removal mysys/my_dup.c: OS2 removal mysys/my_file.c: OS2 removal mysys/my_getwd.c: OS2 removal mysys/my_init.c: OS2 removal mysys/my_lib.c: OS2 removal mysys/my_lock.c: OS2 removal mysys/my_mkdir.c: OS2 removal mysys/my_open.c: OS2 removal mysys/my_pthread.c: OS2 removal mysys/my_redel.c: OS2 removal mysys/my_sleep.c: OS2 removal mysys/my_static.c: OS2 removal mysys/my_thr_init.c: OS2 removal mysys/thr_alarm.c: OS2 removal storage/myisam/myisamchk.c: OS2 removal
-
unknown authored
into c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18752
-
- 14 Apr, 2006 9 commits
-
-
unknown authored
into c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18752
-
unknown authored
into c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18752 mysql-test/t/partition.test: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/partition.result: manual merge sql/share/errmsg.txt: manual merge
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
unknown authored
Include "." in header search, to find #include <lex_hash.h> VC++Files/sql/mysqld.vcproj: Include "." in header search, to find #include <lex_hash.h> VC++Files/libmysqld/libmysqld.vcproj: Include "." in header search, to find #include <lex_hash.h>
-
unknown authored
into zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new client/mysql.cc: Auto merged mysql-test/t/mysql.test: Auto merged
-
unknown authored
-
unknown authored
into zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new (With hand-merged tests.) sql/item_timefunc.cc: Auto merged sql/item_timefunc.h: Auto merged sql/sql_insert.cc: Auto merged
-
unknown authored
into mysql.com:/Users/emurphy/src/mysql/bk-clean/mysql-5.1-new
-
unknown authored
unittest/mytap/tap.h: Handle __attribute__ more portably, fixing builds for HP-UX and AIX.
-