1. 12 Sep, 2003 1 commit
    • unknown's avatar
      Portability fixes: · f61743de
      unknown authored
       - removed "-traditional-cpp" from the darwin6 compile flags, as it broke
         compilation with gcc-3.3 on Mac OS X and does not seem to be required 
         in general.
       - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, 
         as the embedded server library (libmysqld.a) includes C++ code. This
         broke compilation with non-gcc compilers.
      
      
      configure.in:
         - removed "-traditional-cpp" from the darwin6 compile flags, as it broke
           compilation with gcc-3.3 and does not seem to be required in general.
      libmysqld/examples/Makefile.am:
         - make sure to link mysqltest.c with a C++ compiler, as the embedded server
           library (libmysqld.a) includes C++ code.
      f61743de
  2. 10 Sep, 2003 2 commits
    • unknown's avatar
      - Added option "--skip-name-resolve" to mysql_install_db to be able to · 4d2d0eb5
      unknown authored
         use the local machine's IP address instead of the host name when 
         building the initial grant tables if "skip-name-resolve" has been
         specified in my.cnf. This can be helpful on FreeBSD to avoid
         thread-safety problems with the FreeBSD resolver libraries.
         (Thanks to Jeremy Zawodny for the patch)
      
      
      scripts/mysql_install_db.sh:
         - Added option "--skip-name-resolve" to use the local machine's IP address
           instead of the host name when building the initial grant tables if
           "skip-name-resolve" has been specified in my.cnf (Thanks to Jeremy 
           Zawodny for the patch)
      4d2d0eb5
    • unknown's avatar
      - Updated version number to 4.0.16 now that 4.0.15 has been released · 6d371797
      unknown authored
       - tagged ChangeSet 1.1556 as mysql-4.0.15
      
      
      configure.in:
         - Bumped up version number: 4.0.15 -> 4.0.16
      6d371797
  3. 09 Sep, 2003 1 commit
    • unknown's avatar
      Cleaned up last bug fixes · 8272be94
      unknown authored
      Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
      
      
      include/mysql.h:
        Make server_inited external
      libmysqld/libmysqld.c:
        Remove reference to (wrong) external variable
      mysql-test/r/grant.result:
        Fixed up grant test to not user 'user1' or 'user2'
        Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Change to use tables t1 and t2
      mysql-test/t/grant.test:
        Fixed up grant test to not user 'user1' or 'user2'
        Check for bug in SHOW GRANTS when there is a column privilege but no table privilege
      mysql-test/t/mix_innodb_myisam_binlog.test:
        Change to use tables t1 and t2
      sql/sql_acl.cc:
        Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
      sql/sql_parse.cc:
        Use HAVE_REPLICATION instead of EMBEDDED_LIBRARY
      8272be94
  4. 08 Sep, 2003 7 commits
  5. 06 Sep, 2003 2 commits
  6. 05 Sep, 2003 7 commits
  7. 04 Sep, 2003 2 commits
  8. 03 Sep, 2003 5 commits
  9. 02 Sep, 2003 6 commits
  10. 01 Sep, 2003 3 commits
  11. 29 Aug, 2003 4 commits
    • unknown's avatar
      - Fixed BUG 1162 (removed macro names from the changelog) · 0683244c
      unknown authored
       - Really fixed BUG 998 (disable the checking for installed but
         unpackaged files)
      
      
      0683244c
    • unknown's avatar
      removed stale comment · 54fa3925
      unknown authored
      13:58 <monty> konstantin: the comment is missplaced (probably after merge).
                You can remove it
      
      
      sql/sql_parse.cc:
        removed stale comment
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      54fa3925
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · f2adc9f3
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      f2adc9f3
    • unknown's avatar
      Revert change of lower-case-table handling as this breaks how alias works. · 6d17d7f5
      unknown authored
      Changes like this should be done to 4.1, not to a stable release
      
      
      mysql-test/r/lowercase_table.result:
        Revert change of lower-case-table handling
      mysql-test/t/lowercase_table.test:
        Revert change of lower-case-table handling
      sql/sql_class.cc:
        Revert change of lower-case-table handling
      sql/sql_class.h:
        Revert change of lower-case-table handling
      sql/sql_parse.cc:
        Revert change of lower-case-table handling
      sql/sql_table.cc:
        Revert change of lower-case-table handling
      sql/sql_yacc.yy:
        Revert change of lower-case-table handling
      6d17d7f5