1. 21 Oct, 2009 1 commit
  2. 19 Oct, 2009 1 commit
  3. 16 Oct, 2009 1 commit
  4. 15 Oct, 2009 2 commits
  5. 14 Oct, 2009 1 commit
    • Alexander Barkov's avatar
      A postfix for backporting WL#1397 convert XML -> SQL · 583b8530
      Alexander Barkov authored
      mysql-test/r/loadxml.result
      mysql-test/t/loadxml.test
        Fixing non-deterministic test results
      
      sql/sql_yacc.yy
        Initializing fname_first using get_tok_end() instead of get_ptr().
        The latter is grammar-dependant. The former is not.
      583b8530
  6. 12 Oct, 2009 1 commit
  7. 10 Oct, 2009 2 commits
  8. 09 Oct, 2009 10 commits
  9. 08 Oct, 2009 4 commits
  10. 07 Oct, 2009 2 commits
  11. 06 Oct, 2009 7 commits
  12. 05 Oct, 2009 3 commits
    • Guilhem Bichot's avatar
      Backport of the fix for BUG#33730 "Full table scan instead selected partitions... · 528ab7bb
      Guilhem Bichot authored
      Backport of the fix for BUG#33730 "Full table scan instead selected partitions for query more than 10 partitions"
      from 6.0, made in sergefp@mysql.com-20090205190644-q8632sniogedhtsu
      528ab7bb
    • Alexander Barkov's avatar
      WL#4584 Internationalized number format · 21317d5d
      Alexander Barkov authored
      @ mysql-test/r/func_str.result
         Adding tests
      @ mysql-test/t/func_str.test
         Adding tests
      @ mysql-test/t/variables.test
         Fixing error number
      @ sql/item_create.cc
         Allowing 2 and 3 arguments to format()
      @ sql/item_strfunc.cc
         Adding new formatting code.
      @ sql/item_strfunc.h
         Adding new contructors and "locale" member
      @ sql/mysql_priv.h
         Adding number formatting members into MY_LOCALE
      @ sql/sql_locale.cc
         Adding number formatting data into locale constants
      @ sql/set_var.cc
         Using new error message
      @ sql/share/errmgs.txt
         Adding new error message
      21317d5d
    • Guilhem Bichot's avatar
      Port of fix for BUG#42893 "main.information_schema times out sporadically" · 843b73b3
      Guilhem Bichot authored
      (from revision konstantin@mysql.com-20080627154042-923m6lzk7z77lrgj ). This moves the slow part
      (10 seconds over 13) into a separate big test.
      843b73b3
  13. 03 Oct, 2009 3 commits
  14. 02 Oct, 2009 2 commits