An error occurred fetching the project authors.
  1. 08 Mar, 2005 1 commit
  2. 07 Mar, 2005 2 commits
  3. 03 Mar, 2005 1 commit
  4. 22 Feb, 2005 1 commit
    • monty@mysql.com's avatar
      Backport my_strntod() from 5.0 · e2dc9b40
      monty@mysql.com authored
      Change string->float conversion to delay division as long as possible.
      This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740)
      
      e2dc9b40
  5. 18 Feb, 2005 1 commit
  6. 10 Feb, 2005 2 commits
  7. 09 Feb, 2005 2 commits
  8. 07 Feb, 2005 3 commits
  9. 04 Feb, 2005 1 commit
  10. 03 Feb, 2005 1 commit
    • guilhem@mysql.com's avatar
      WL#1062 "log charset info into all Query_log_event": · ed1696f6
      guilhem@mysql.com authored
      we store 7 bytes (1 + 2*3) in every Query_log_event.
      In the future if users want binlog optimized for small size and less safe,
      we could add --binlog-no-charset (and binlog-no-sql-mode etc): charset info
      is something by design optional (even if for now we don't offer possibility to disable it):
      it's not a binlog format change.
      We try to reduce the number of get_charset() calls in the slave SQL thread to a minimum
      by caching the charset read from the previous event (which will often be equal to the one of the current event).
      We don't use SET ONE_SHOT for charset-aware repl (we still do for timezones, will be fixed later).
      No more errors if one changes the global value of charset vars on master or slave
      (as we log charset info in all Query_log_event).
      Not fixing Load_log_event as it will be rewritten soon by Dmitri.
      Testing how mysqlbinlog behaves in rpl_charset.test.
      mysqlbinlog needs to know where charset file is (to be able to convert a charset number found
      in binlog (e.g. in User_var_log_event) to a charset name); mysql-test-run needs to pass
      the correct value for this option to mysqlbinlog.
      Many result udpates (adding charset info into every event shifts log_pos in SHOW BINLOG EVENTS).
      Roughly the same job is to be done for timezones :)
      ed1696f6
  11. 01 Feb, 2005 1 commit
  12. 29 Jan, 2005 1 commit
  13. 27 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      compile-solaris-sparc-purify: · 499a4416
      kent@mysql.com authored
        Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded)
        Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options
      mysql-test-run.sh:
        Report correctly combinations of embedded+ps-protocol etc
        Added initial Purify support
      499a4416
  14. 26 Jan, 2005 1 commit
    • mleich@mysql.com's avatar
      WL#1420 convert NIST test for mysql · 60b64b70
      mleich@mysql.com authored
        
        Test cases using common object (database,user,table,..) names could probably
        destroy customer data, when connecting to an already running server.
        
        This Changeset contains an auxiliary routine  include/testdb_only.inc" which
        should be sourced by tests doing such dangerous things. 
        The test case will get a "[skipped]" when the environment variable 
        USE_RUNNING_SERVER is not 0 .
        The modified mysql-test-run.sh sets USE_RUNNING_SERVER to 0, when 
        the "mysql-test-run" starts its own server, aka there was no "--extern"
        option.
      60b64b70
  15. 25 Jan, 2005 3 commits
  16. 24 Jan, 2005 3 commits
  17. 21 Jan, 2005 2 commits
  18. 20 Jan, 2005 2 commits
  19. 19 Jan, 2005 1 commit
  20. 15 Jan, 2005 1 commit
  21. 14 Jan, 2005 1 commit
  22. 05 Jan, 2005 1 commit
  23. 04 Jan, 2005 1 commit
    • joreland@mysql.com's avatar
      mysql-test/Makefile.am · 93bbde70
      joreland@mysql.com authored
          Install varchar.frm
          Otherwise type_varchar fails when running mysql-test-run on installed system
      mysql-test/mysql-test-run.sh
          Use correct path to clist_tests in on installed system
      93bbde70
  24. 01 Jan, 2005 1 commit
  25. 23 Dec, 2004 1 commit
  26. 17 Dec, 2004 1 commit
  27. 16 Dec, 2004 1 commit
  28. 14 Dec, 2004 1 commit
  29. 11 Dec, 2004 1 commit