mariadb/handler
calvin 533afa46ce branches/zip: Merge revisions 4032:4035 from branches/5.1
All InnoDB related tests passed on Windows, except
known failure in partition_innodb_semi_consistent.

The inadvertent change to btr0sea.c in this commit is reverted in r4060.

  ------------------------------------------------------------------------
  r4035 | vasil | 2009-01-26 09:26:25 -0600 (Mon, 26 Jan 2009) | 23 lines

  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-29 01:06:41 +00:00
..
ha_innodb.cc branches/zip: Merge revisions 4032:4035 from branches/5.1 2009-01-29 01:06:41 +00:00
ha_innodb.h branches/zip: Do not call trx_allocate_for_mysql() directly, but use 2009-01-07 14:22:18 +00:00
handler0alter.cc branches/zip: Do not call trx_allocate_for_mysql() directly, but use 2009-01-07 14:22:18 +00:00
handler0vars.h branches/zip: windows plugin - fix references to array variables. 2008-11-04 10:43:14 +00:00
i_s.cc branches/zip: implement the delayloading of externals for the plugin 2008-10-27 20:48:29 +00:00
i_s.h branches/zip: Rename the compression-related INFORMATION_SCHEMA tables 2008-03-28 10:31:24 +00:00
mysql_addons.cc branches/zip: 2008-12-04 16:49:24 +00:00
win_delay_loader.cc branches/zip: In hash table lookups, assert that the traversed items 2009-01-13 19:46:22 +00:00