An error occurred fetching the project authors.
- 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).
-
- 20 Sep, 2005 1 commit
-
-
sergefp@mysql.com authored
statistics (like 4.0 did) (patch #3, with review #1 & #2 feedback addressed)
-
- 15 Sep, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Sep, 2005 1 commit
-
-
pem@mysql.com authored
Second version after review. Allow 'set autocommit' in procedures, but not functions or triggers. Can return error in run-time (when a function calls a procedure).
-
- 07 Sep, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
Variable character_set_system is selectable now More accurate error message results during update of character_set_system and some other read only variables
-
- 30 Aug, 2005 2 commits
-
-
paul@kite-hub.kitebird.com authored
Reorder out-of-order system variables
-
bar@mysql.com authored
character_set_results is nullable, but value_ptr returns string "NULL" set_var.cc: Create Item_null instead of Item_string for NULL values variables.result, variables.test: adding test case
-
- 29 Aug, 2005 1 commit
-
-
paul@kite-hub.kitebird.com authored
Reorder out-of-order system variables.
-
- 28 Aug, 2005 2 commits
-
-
paul@frost.snake.net authored
Reorder out-of-order system variables.
-
paul@frost.snake.net authored
Reorder out-of-order system variables.
-
- 26 Aug, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 22 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
user to update with 'SET PASSWORD = ...'. (Bug #12302)
-
- 11 Aug, 2005 1 commit
-
-
vtkachenko@quadxeon.mysql.com authored
Added innodb_commit_concurrency variable
-
- 07 Aug, 2005 1 commit
-
-
ingo@mysql.com authored
Give the user a warning if he tries to destroy the default key cache.
-
- 31 Jul, 2005 2 commits
-
-
monty@mishka.local authored
Review of new pushed code
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 29 Jul, 2005 2 commits
-
-
bell@sanja.is.com.ua authored
-
jimw@mysql.com authored
allowed unintended overflows. (Bug #10351)
-
- 28 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
other sql_mode fixes
-
- 22 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
variables. (Bug #10351)
-
- 19 Jul, 2005 1 commit
-
-
konstantin@mysql.com authored
The idea of the patch is that every cursor gets its own lock id for table level locking. Thus cursors are protected from updates performed within the same connection. Additionally a list of transient (must be closed at commit) cursors is maintained and all transient cursors are closed when necessary. Lastly, this patch adds support for deadlock timeouts to TLL locking when using cursors. + post-review fixes.
-
- 15 Jul, 2005 1 commit
-
-
konstantin@mysql.com authored
of system vars at PREPARE time": implement a special Item to handle system variables. This item substitutes itself with a basic constant containing variable value at fix_fields.
-
- 01 Jul, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
it can use it to switch to only quoting apostrophes by doubling them when it is in effect. (Bug #10214)
-
- 22 Jun, 2005 1 commit
-
-
svoj@mysql.com authored
Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
-
- 21 Jun, 2005 1 commit
-
-
monty@mishka.local authored
Fixed wrong allocation that could cause buffer overrun when using join cache
-
- 19 Jun, 2005 1 commit
-
-
svoj@mysql.com authored
Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++. These compilers have problem with implicit template instantiation in archives (libyassl.a, libtaocrypt.a). Instantiate templates explicitly. Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines __cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined.
-
- 17 Jun, 2005 1 commit
-
-
acurtis@xiphis.org authored
Implement new SQL mode - NO_ENGINE_SUBSTITUTION
-
- 09 Jun, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
generate proper error message if we use SET ... = NULL for 'set' variables
-
- 05 Jun, 2005 1 commit
-
-
serg@serg.mylan authored
'#pragma interface' (that comes with the #include'd header file)
-
- 03 Jun, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
-
- 02 Jun, 2005 2 commits
-
-
bar@mysql.com authored
set_var.cc: variables.result variables.test Bug #10904 Illegal mix of collations between a system variable and a constant Changing coercibility of system variables to SYSCONST, to be the same with USER(), DATABASE(), etc.
-
kent@mysql.com authored
Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
-
- 26 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
Added some more ifdefs for "#pragma interface"
-
- 13 May, 2005 2 commits
-
-
ramil@mysql.com authored
-
monty@mishka.local authored
myisam_max_extra_sort_file_size is depricated Ensure that myisam_data_pointer_size is honoured when creating new MyISAM files Changed default value of myisam_data_pointer_size from 4 to 6 to get rid of 'table-is-full' errors
-
- 07 May, 2005 1 commit
-
-
jimw@mysql.com authored
slave_skip_errors in SHOW VARIABLES. (Bug #7800)
-
- 05 May, 2005 2 commits
-
-
holyfoot@hf-ibm.(none) authored
Mostly about precision/decimals of the results of the operations
-
gbichot@quadita2.mysql.com authored
Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible). Reason I don't propagate caller info to the binlog as planned is that on master and slave users may be different; even with that some caveats would remain.
-
- 22 Apr, 2005 1 commit
-
-
gbichot@quadita2.mysql.com authored
BUG#9738 "SHOW VARIABLES still displays the deprecated 'log_update' in 5.0", BUG#9542 "MySQL dies with signal 11 when it is using non-existent location of binary logs"
-