1. 21 Oct, 2004 1 commit
    • unknown's avatar
      texi2html: · 4e527826
      unknown authored
        Update texi2html with version from mysqldoc repository.
        (Please merge this forward to 4.0, 4.1, 5.0.)
      
      
      Docs/Support/texi2html:
        Update texi2html with version from mysqldoc repository.
        (Please merge this forward to 4.0, 4.1, 5.0.)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4e527826
  2. 16 Oct, 2004 1 commit
    • unknown's avatar
      texi2html: · 49f969c4
      unknown authored
        Changes parsing of @image argument.
      
      
      Docs/Support/texi2html:
        Changes parsing of @image argument.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      49f969c4
  3. 24 Aug, 2004 1 commit
    • unknown's avatar
      Enabled mysqltest for MASTER_PORT replacement. · fcc59b6e
      unknown authored
      Replaced fixed port numbers by MASTER_PORT replacement.
      This allows for a set of ports per tree and hence
      parallel testing on multiple trees.
      
      
      client/mysqltest.c:
        Enabled mysqltest for MASTER_PORT replacement.
      mysql-test/r/rpl000014.result:
        Replaced fixed port numbers by MASTER_PORT.
      mysql-test/r/rpl000015.result:
        Replaced fixed port numbers by MASTER_PORT.
      mysql-test/r/rpl_rotate_logs.result:
        Replaced fixed port numbers by MASTER_PORT.
      mysql-test/t/rpl000001.test:
        Replaced fixed port numbers by MASTER_PORT replacement.
        Just in case it might get un-commented.
      mysql-test/t/rpl000014.test:
        Replaced fixed port numbers by MASTER_PORT replacement.
      mysql-test/t/rpl000015.test:
        Replaced fixed port numbers by MASTER_PORT replacement.
      mysql-test/t/rpl_rotate_logs.test:
        Replaced fixed port numbers by MASTER_PORT replacement.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      fcc59b6e
  4. 22 Aug, 2004 1 commit
  5. 19 Jul, 2004 1 commit
  6. 24 Jun, 2004 1 commit
  7. 17 Jun, 2004 2 commits
  8. 07 Jun, 2004 1 commit
  9. 03 Jun, 2004 1 commit
  10. 31 May, 2004 1 commit
  11. 04 May, 2004 1 commit
  12. 25 Mar, 2004 2 commits
    • unknown's avatar
      Improved test case · 3e712bfb
      unknown authored
      service backport from 4.0
      
      
      mysql-test/t/alter_table.test:
        Improved test case
      sql/nt_servc.cc:
        service backport from 4.0
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3e712bfb
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-3.23 · b67b87fd
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-alter-3.23
      
      b67b87fd
  13. 24 Mar, 2004 1 commit
  14. 23 Mar, 2004 1 commit
  15. 04 Mar, 2004 1 commit
    • unknown's avatar
      fixed Bug #3051 "FLOOR returns invalid" · a1daf829
      unknown authored
      
      mysql-test/r/func_math.result:
        added test for Bug #3051 "FLOOR returns invalid"
      mysql-test/t/func_math.test:
        added test for Bug #3051 "FLOOR returns invalid"
      a1daf829
  16. 16 Feb, 2004 2 commits
  17. 11 Feb, 2004 2 commits
  18. 06 Feb, 2004 1 commit
    • unknown's avatar
      Fix for bug #2628 "ALTER TABLE destroys table and reports success" · 726254d5
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      mysql-test/r/alter_table.result:
        Fix for bug #2628: test result fixed
      mysql-test/t/alter_table.test:
        Fix for bug #2628: test case added
      sql/sql_table.cc:
        Fix for bug #2628:
        We need to take into account database name when checking if source and 
        destination table names are equal.
        Note, that after merge to 4.0 we also need to check for 
        lower_case_table_names.
      726254d5
  19. 03 Feb, 2004 1 commit
  20. 13 Jan, 2004 1 commit
    • unknown's avatar
      Fixed Bug #2338 Trigonometric arithmetic problem · 02432895
      unknown authored
      by fixing optimizer bug with help of 'volatile' keyword
      
      
      mysql-test/r/func_math.result:
        added tests for BUG #2338 Trigonometric arithmetic problems
      mysql-test/t/func_math.test:
        added tests for BUG #2338 Trigonometric arithmetic problems
      sql/item_func.cc:
        added keyword volatile in Item_func_acos::val and Item_func_asin::val
        to calm optimizer down and to avoid it's bug
      02432895
  21. 17 Dec, 2003 1 commit
  22. 16 Dec, 2003 1 commit
  23. 27 Nov, 2003 2 commits
  24. 25 Nov, 2003 1 commit
  25. 24 Nov, 2003 1 commit
  26. 19 Nov, 2003 1 commit
    • unknown's avatar
      ignore: · ab68fbda
      unknown authored
        added sql/udf_example.so scripts/make_win_src_distribution
      
      
      BitKeeper/etc/ignore:
        added sql/udf_example.so scripts/make_win_src_distribution
      ab68fbda
  27. 17 Nov, 2003 2 commits
  28. 04 Nov, 2003 1 commit
    • unknown's avatar
      compile-pentium-gcov: · d262503f
      unknown authored
        Stop the line wrapping for warnings.
        it needs for warnings statistic in code coverage
      
      
      BUILD/compile-pentium-gcov:
        Stop the line wrapping for warnings.
        it needs for warnings statistic in code coverage
      d262503f
  29. 20 Oct, 2003 1 commit
    • unknown's avatar
      Fix for Bug #1595 "mysqlbinlog can't read a password from the console". · a8e99bd0
      unknown authored
      Make mysqlbinlog prompt for the password if
      mysqlbinlog -p
      instead of printing the usage().
      This makes mysqlbinlog behave like other clients, which is the reason
      why we fix this in 3.23.
      This new code was almost copied from mysqldump.
      Note that before, one could use
      mysqlbinlog -p pass
      and now one must use
      mysqlbinlog -ppass
      (putting a space will ask for the password).
      
      
      client/mysqlbinlog.cc:
        Make mysqlbinlog prompt for the password if
        mysqlbinlog -p
        instead of printing the usage().
        This makes mysqlbinlog behave like other clients, which is the reason
        why we fix this in 3.23.
        This new code was almost copied from mysqldump.
        Note that before, one could use
        mysqlbinlog -p pass
        and now one must use
        mysqlbinlog -ppass
        (putting a space will ask for the password).
      a8e99bd0
  30. 18 Oct, 2003 1 commit
  31. 08 Oct, 2003 2 commits
  32. 07 Oct, 2003 1 commit
  33. 06 Oct, 2003 1 commit