An error occurred fetching the project authors.
- 10 Mar, 2006 1 commit
-
-
brian@zim.(none) authored
This patch does 1) fix my build breakage 2) Complete the removal of all symbols which could clash with another parser.
-
- 24 Feb, 2006 1 commit
-
-
monty@mysql.com authored
(Needed for "list of pushes" web page and autopush)
-
- 23 Feb, 2006 1 commit
-
-
paul@snake-hub.snake.net authored
Fix out of order entries in option struct.
-
- 18 Feb, 2006 1 commit
-
-
guilhem@mysql.com authored
if the function, invoked in a non-binlogged caller (e.g. SELECT, DO), failed half-way on the master, slave would stop and complain that error code between him and master mismatch. To solve this, when a stored function is invoked in a non-binlogged caller (e.g. SELECT, DO), we binlog the function call as SELECT instead of as DO (see revision comment of sp_head.cc for more). And: minor wording change in the help text. This cset will cause conflicts in 5.1, I'll merge.
-
- 14 Feb, 2006 1 commit
-
-
bar@mysql.com authored
Backporting character_set_filesystem from 5.0 to 5.1.
-
- 19 Jan, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 18 Jan, 2006 2 commits
-
-
aivanov@mysql.com authored
Make innodb_thread_concurrency 0 by default, and extend the usable range from 0 to 1000 (0 disables the thread throttling).
-
aivanov@mysql.com authored
Make innodb_flush_log_at_trx_commit a settable global variable.
-
- 12 Jan, 2006 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Changes to Netware specific mysqld_safe.c
-
- 04 Jan, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 28 Dec, 2005 1 commit
-
-
ingo@mysql.com authored
If the server is started with --port-open-timeout=# retry to bind the TCP port if it fails with EADDRINUSE. Use the new option in mysql-test-run.sh.
-
- 24 Dec, 2005 1 commit
-
-
serg@serg.mylan authored
remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source
-
- 23 Dec, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 14 Dec, 2005 1 commit
-
-
- 08 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Bug#14960, reverted code to make symdir work on Windows symlink.test: Disabled test case on Windows
-
- 03 Dec, 2005 1 commit
-
-
monty@mysql.com authored
Fixes core dump when reusing thread when running debug binary
-
- 24 Nov, 2005 1 commit
-
-
pem@mysql.com authored
-
- 22 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 20 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
Bad examples of usage of a string with its length fixed. The incorrect length in the trigger file configuration descriptor fixed (BUG#14090). A hook for unknown keys added to the parser to support old .TRG files.
-
- 17 Nov, 2005 1 commit
-
-
grog@mysql.com authored
BUG#12701: SHOW VARIABLES does not show correct size of buffer pool. ha_innodb.cc: BUG#12701: SHOW VARIABLES does not show correct size of buffer pool
-
- 10 Nov, 2005 1 commit
-
-
guilhem@mysql.com authored
Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are, the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures. They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)"). We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
-
- 03 Nov, 2005 2 commits
-
-
monty@mysql.com authored
Destroy LOCK_uuid_generator
-
jimw@mysql.com authored
storage engine that is disabled. This was fixed once in 4.1, but regressed in 5.0 because of changes to storage engine initialization. (Bug #9815)
-
- 01 Nov, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 26 Oct, 2005 1 commit
-
-
SergeyV@selena. authored
-
- 24 Oct, 2005 1 commit
-
-
SergeyV@selena. authored
system representation.
-
- 23 Oct, 2005 1 commit
-
-
sasha@asksasha.com authored
-
- 21 Oct, 2005 1 commit
-
-
sergefp@mysql.com authored
added "nulls_ignored" index statistics collection method for MyISAM tables. (notification trigger: this is about BUG#9622).
-
- 17 Oct, 2005 1 commit
-
-
pem@mysql.com authored
Make sure "select" aborts when finding a SP condition handler beyond the current scope.
-
- 14 Oct, 2005 1 commit
-
-
guilhem@mysql.com authored
fix for Valgrind errors: query_id needs to be inited early (already fixed in 5.0 by Konstantin) and so does client_capabilities (not fixed in 5.0); because they are used by net_printf() and push_warning(), which can be called if check_connection() fails.
-
- 12 Oct, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
- Updated after review
-
gluh@eagle.intranet.mysql.r18.ru authored
-
- 11 Oct, 2005 3 commits
-
-
jimw@mysql.com authored
signal handlers are set up, the blocking flags for sockets are set, and which thread-related functions are used. (Bug #8731)
-
gluh@eagle.intranet.mysql.r18.ru authored
The fix is needed to perform locking on shared data structures This is modification of patch proposed by Leandro Santi (see http://webs.sinectis.com.ar/lesanti/misc/mysql-4.0.23a-openssl_locking.patch)
-
jimw@mysql.com authored
-
- 09 Oct, 2005 1 commit
-
-
konstantin@mysql.com authored
Fix a compile failure
-
- 08 Oct, 2005 1 commit
-
-
serg@serg.mylan authored
(and contain extern "C" when necessary)
-
- 04 Oct, 2005 2 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
Some options were declared as 'bool', but since those are being handled in my_getopt.c, bool can be machine dependent. To make sure it works in all circumstances, the type should be my_bool for C (not C++) programs.
-
msvensson@neptunus.(none) authored
- Added show status variable "compression" for checking that compression is turned on. - Updated show status variable "have_openssl" to be set to DISABLED if server supports ssl but it's not turned on to accept incoming ssl connections. - Setup server to accept ssl connections from clients ig that is supported by server - New tests - ssl - Run with ssl turned on - ssl_compress - Run with ssl and compression turned on - compress - Run with compression turned in - Updated test - openssl_1, rpl_openssl1 - Changed to run if server supports ssl
-
- 29 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Prefix regex functions/types with "my_" as our library is not compatible with normal regex lib. my_regex.h: Rename: regex/regex.h -> regex/my_regex.h
-