1. 25 Mar, 2004 1 commit
    • monty@mysql.com's avatar
      BTREE-indexes in HEAP tables can now be used to optimize ORDER BY · ebc3b3af
      monty@mysql.com authored
      Don't read character set files if we are using only the default charset. In most cases the user will not anymore get a warning about missing character set files
      Compare strings with space extend instead of space strip. Now the following comparisons holds:  "a" == "a " and "a\t" < "a". (Bug #3152).
      Note: Because of the above fix, one has to do a REPAIR on any table that has an ascii character < 32 last in a CHAR/VARCHAR/TEXT columns.
      ebc3b3af
  2. 20 Mar, 2004 4 commits
  3. 19 Mar, 2004 23 commits
  4. 18 Mar, 2004 12 commits