MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
vasil 3f5355a0e1 branches/5.1:
Merge a change from MySQL:

  ------------------------------------------------------------
  revno: 2646.161.4
  committer: Tatiana A. Nurnberg <azundris@mysql.com>
  branch nick: 51-31177v2
  timestamp: Mon 2009-01-12 06:32:49 +0100
  message:
    Bug#31177: Server variables can't be set to their current values
    
    Bounds-checks and blocksize corrections were applied to user-input,
    but constants in the server were trusted implicitly. If these values
    did not actually meet the requirements, the user could not set change
    a variable, then set it back to the (wonky) factory default or maximum
    by explicitly specifying it (SET <var>=<value> vs SET <var>=DEFAULT).
    
    Now checks also apply to the server's presets. Wonky values and maxima
    get corrected at startup. Consequently all non-offsetted values the user
    sees are valid, and users can set the variable to that exact value if
    they so desire.
2009-01-26 15:26:25 +00:00
btr branches/5.1: Merge r4031 from branches/5.0: 2009-01-23 13:43:51 +00:00
buf branches/5.1: 2008-10-08 18:02:15 +00:00
data Split ut_a(a && b [&& c...]); into separate ut_a(a); ut_a(b); [ut_a(c); ...]. 2007-05-21 13:43:36 +00:00
dict branches/5.1: dict_load_table(): If dict_load_indexes() fails, 2009-01-14 13:51:30 +00:00
dyn Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
eval Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
fil Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
fsp Fix Bug#29097 "fsp_get_available_space_in_free_extents() is capped at 4TB" 2007-06-26 13:08:11 +00:00
fut Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
ha branches/5.1: 2008-06-26 13:38:02 +00:00
handler branches/5.1: 2009-01-26 15:26:25 +00:00
ibuf branches/5.1: ibuf_delete_rec(): When the record cannot be found and 2008-12-22 13:28:03 +00:00
include branches/5.1: Merge r4003 from branches/5.0: 2009-01-20 14:19:00 +00:00
lock branches/5.1: lock_is_table_exclusive(): Acquire kernel_mutex before 2009-01-20 14:22:36 +00:00
log recv_init_crash_recovery(): remove trailing white space 2007-07-31 07:55:06 +00:00
mach Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
mem Improve memory debugging. This is follow-up to r1819. 2007-09-10 08:44:51 +00:00
mtr Merge r1264 from branches/zip: Avoid memory fragmentation when 2007-08-15 12:41:46 +00:00
mysql-test branches/5.1: Make 2008-12-22 14:05:19 +00:00
os branches/5.1: 2008-05-19 21:37:14 +00:00
page Fix a severe bug that was introduced in r1422 when fixing Bug #21101. 2007-06-12 09:51:03 +00:00
pars Merge r1264 from branches/zip: Avoid memory fragmentation when 2007-08-15 12:41:46 +00:00
que Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
read branches/5.1: Remove unused field can_be_too_old from read_view_struct. 2007-12-19 03:58:36 +00:00
rem Port extra Valgrind instrumentation (UNIV_DEBUG_VALGRIND) from branches/zip. 2007-06-14 08:34:23 +00:00
row branches/5.1: Make 2008-12-22 14:05:19 +00:00
srv branches/5.1: 2008-11-24 20:06:50 +00:00
sync branches/5.1: Port of r2267 2008-02-03 19:52:44 +00:00
thr Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
trx branches/5.1: Fix Bug#38187 Error 153 when creating savepoints 2009-01-13 12:15:24 +00:00
usr Make InnoDB pluggable. That is, merge the modifications from MySQL WL#2936 2007-05-10 11:31:36 +00:00
ut branches/5.1: 2008-05-27 07:40:07 +00:00
CMakeLists.txt branches/5.1: port the fix of Bug#19424 - InnoDB: Possibly a memory 2008-10-27 09:09:18 +00:00
compile-innodb compile-innodb, compile-innodb-debug: 2006-08-31 09:36:45 +00:00
compile-innodb-debug compile-innodb, compile-innodb-debug: 2006-08-31 09:36:45 +00:00
export.sh export.sh: 2008-09-18 05:47:00 +00:00
Makefile.am branches/5.1: 2008-04-30 16:36:11 +00:00
plug.in branches/5.1: 2008-04-30 08:02:35 +00:00
revert_gen.sh Add revert_gen.sh. 2006-03-31 07:43:13 +00:00
setup.sh * Make ./setup.sh sh compliant by avoiding bash-specific syntax. 2007-10-31 08:27:53 +00:00