An error occurred fetching the project authors.
  1. 06 Dec, 2005 1 commit
  2. 25 Oct, 2005 1 commit
  3. 28 Jul, 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. 24 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      mysql_client_test.test, mysql-test-run.sh: · 777595bd
      kent@mysql.com authored
        Let MYSQL_CLIENT_TEST be set with command line from mysql-test-run script
      mysql-test-run.sh:
        Renamed client_test to mysql_client_test
        Support --embedded-server test on installed server
      mysql_client_test.test:
        Renamed client_test to mysql_client_test
        Use env var CLIENT_TEST with full name, it differs when run with --embedded-server
        Rename: mysql-test/t/client_test.test -> mysql-test/t/mysql_client_test.test
      777595bd