1. 18 Oct, 2007 1 commit
    • unknown's avatar
      Bug#31473 · b059cd84
      unknown authored
        "CSV does not work with NULL value in datetime fields"
        Attempting to insert a row with a NULL value for a DATETIME field
        results in a CSV file which the storage engine cannot read.
        Don't blindly assume that "0" is acceptable for all field types,
        Since CSV does not support NULL, we find out from the field the
        default non-null value.
        Do not permit the creation of a table with a nullable columns.
      
      
      mysql-test/r/csv.result:
        test for bug 31473
      mysql-test/r/log_tables.result:
        change in results due to bugfix 31473
      mysql-test/r/system_mysql_db.result:
        change in results due to bugfix 31473
      mysql-test/t/csv.test:
        test for bug 31473
      mysql-test/t/log_tables.test:
        due to bug31473, all columns in CSV tables must be declared as NOT NULL
      scripts/mysql_system_tables.sql:
        due to bug31473, all columns in CSV tables must be declared as NOT NULL
      storage/csv/ha_tina.cc:
        bug31473
          Don't blindly assume that "0" is acceptable for all field types,
          Since CSV does not support NULL, we find out from the field the
          default non-null value.
          Do not permit the creation of a table with a nullable columns;
      b059cd84
  2. 04 Oct, 2007 5 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · 0f769793
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      storage/ndb/test/ndbapi/testScanFilter.cpp:
        Auto merged
      0f769793
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · 711be53b
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      711be53b
    • unknown's avatar
      Merge production.mysql.com:/usersnfs/jperkin/bk/build/5.0 · 3fb8f160
      unknown authored
      into  production.mysql.com:/usersnfs/jperkin/bk/build/5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      scripts/mysql_install_db.sh:
        Auto merged
      3fb8f160
    • unknown's avatar
      Merge production.mysql.com:/usersnfs/jperkin/bk/build/5.0 · 270011cb
      unknown authored
      into  production.mysql.com:/usersnfs/jperkin/bk/bug-27692/5.0
      
      270011cb
    • unknown's avatar
      Restore creation of test databases and the anonymous user which · 4d1a88e8
      unknown authored
      were accidentally removed during a previous rototill of this
      code.  Fixes bug#27692.
        
      While it can be argued we should strive to provide a 'secure by
      default' installation, this happens to be the setup currently
      documented in the manual as the default, so defer changes that
      improve security out of the box to a co-ordinated effort later
      on.
        
      For now, make a note about the test databases and anonymous user
      in mysql_install_db and recommend that mysql_secure_installation
      be ran for users wishing to remove these defaults.
      
      [..re-commit of previously lost change..]
      
      
      scripts/mysql_system_tables_data.sql:
        Add anonymous accounts.
      scripts/mysql_install_db.sh:
        Point users at the mysql_secure_installation script.
      mysql-test/mysql-test-run.pl:
        Add a comment where removing anonymous users.
      4d1a88e8
  3. 02 Oct, 2007 1 commit
    • unknown's avatar
      testScanFilter.cpp: · c47eab5e
      unknown authored
         Updated variable size arrays to use vector like Jonas did for 5.1 so that my build would not break
      
      
      ndb/test/ndbapi/testScanFilter.cpp:
         Updated variable size arrays to use vector like Jonas did for 5.1 so that my build would not break
      c47eab5e
  4. 01 Oct, 2007 5 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 1b0701e4
      unknown authored
      into  mysql.com:/home/kent/bk/make-install/mysql-5.1-build
      
      1b0701e4
    • unknown's avatar
      make_binary_distribution.sh: · 2f295f62
      unknown authored
        Added special handling of "mysql_install_db" and "mysql.server" scripts,
        find executables relative to the current directory.
      
      
      scripts/make_binary_distribution.sh:
        Added special handling of "mysql_install_db" and "mysql.server" scripts,
        find executables relative to the current directory.
      2f295f62
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · 8f9743d6
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      configure.in:
        5.0 version change does not affect 5.1 - "use local".
      8f9743d6
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · 1b96170f
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      1b96170f
    • unknown's avatar
      Fix bug#31150 "Test case does not cleanup": · a7e3f053
      unknown authored
      Add the cleanup by dropping the database 'track' in test "rpl_bug31076".
      
      
      mysql-test/suite/rpl/r/rpl_bug31076.result:
        Fix bug#31150 "Test case does not cleanup":
        Drop the database 'track' which was newly created for this test.
      mysql-test/suite/rpl/t/rpl_bug31076.test:
        Fix bug#31150 "Test case does not cleanup":
        Drop the database 'track' which was newly created for this test.
      a7e3f053
  5. 29 Sep, 2007 4 commits
  6. 28 Sep, 2007 2 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M51/clone-5.1 · 17b1b1be
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      This is mysql-5.1.22-rc.
      
      
      mysql-test/r/innodb_mysql.result:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/sql_select.cc:
        Manual merge - the 31001 bug is already fixed.
      mysql-test/include/mix1.inc:
        Manual merge - should not have conflicted at all.
      17b1b1be
    • unknown's avatar
      Preliminary fix for · 4d688088
      unknown authored
         Bug #30759  	mysql_install_db fails to set $extra_bindir properly in all cases.
      
      
      scripts/mysql_install_db.sh:
        Preliminary fix for
           Bug #30759  	mysql_install_db fails to set $extra_bindir properly in all cases.
        
        Provided by Daniel for the 5.1.22-rc build, to be superseded by a better patch when that is available.
      4d688088
  7. 27 Sep, 2007 10 commits
  8. 26 Sep, 2007 6 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 08daf5e4
      unknown authored
      into  mysql.com:/home/kent/bk/make-install/mysql-5.1-build
      
      
      scripts/Makefile.am:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      08daf5e4
    • unknown's avatar
      make_binary_distribution.sh: · 20411292
      unknown authored
        Use 'make install' to create the package
      Makefile.am:
        Added 'pkgsuppdir' to control location separately
        Pass on mandir and infodir
        Don't install headers
      
      
      scripts/Makefile.am:
        Pass on mandir and infodir
      scripts/make_binary_distribution.sh:
        Use 'make install' to create the package
      support-files/Makefile.am:
        Added 'pkgsuppdir' to control location separately
      cmd-line-utils/readline/Makefile.am:
        Don't install headers
      cmd-line-utils/libedit/Makefile.am:
        Don't install headers
      20411292
    • unknown's avatar
      Makefile.am: · a67980ad
      unknown authored
        Corrected typo
      
      
      libmysql_r/Makefile.am:
        Corrected typo
      a67980ad
    • unknown's avatar
      Raise version number after cloning 5.0.50 · 03328809
      unknown authored
      03328809
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build · 7dce5723
      unknown authored
      into  mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
      
      
      configure.in:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      7dce5723
    • unknown's avatar
      Makefile.am: · 1187c398
      unknown authored
        Always include all sub directories in "make dist"
        Removed incorrect comment
      configure.in:
        Unconditionally list make files in AC_CONFIG_FILES
        Removed 'thread_dirs', it is not used
        Minor cleanup
      compile-dist:
        Simplified the configure line needed for "make dist" to get it all
      zlib.m4, ssl.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      Makefile.am:
        Removed DIST_SUBDIRS not needed
        Don't copy soft links as files into source package
      
      
      BUILD/compile-dist:
        Simplified the configure line needed for "make dist" to get it all
      config/ac-macros/ssl.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      config/ac-macros/zlib.m4:
        Unconditionally list make files in AC_CONFIG_FILES
      libmysql/Makefile.am:
        Removed incorrect comment
      Makefile.am:
        Always include all sub directories in "make dist"
      mysql-test/Makefile.am:
        Removed DIST_SUBDIRS not needed
      libmysql_r/Makefile.am:
        Don't copy soft links as files into source package
      libmysqld/Makefile.am:
        Don't copy soft links as files into source package
      libmysqld/examples/Makefile.am:
        Don't copy soft links as files into source package
      sql/Makefile.am:
        Don't copy soft links as files into source package
      extra/Makefile.am:
        Always include all sub directories in "make dist"
      plugin/Makefile.am:
        Always include all sub directories in "make dist"
      configure.in:
        Unconditionally list make files in AC_CONFIG_FILES
        Removed 'thread_dirs', it is not used
        Minor cleanup
      1187c398
  9. 25 Sep, 2007 3 commits
  10. 24 Sep, 2007 3 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22 · 1bb2e479
      unknown authored
      into  trift-lap.fambruehe:/MySQL/M51/antony-5.1
      
      
      mysql-test/suite/funcs_1/include/ndb_tb2.inc:
        Auto merged
      mysql-test/suite/funcs_1/r/innodb_views.result:
        Auto merged
      mysql-test/suite/funcs_1/r/memory_views.result:
        Auto merged
      mysql-test/suite/funcs_1/r/myisam_views.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_cursors.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_func_view.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_storedproc_07.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_storedproc_08.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_0102.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_03.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_03e.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_0407.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_08.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_09.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_trig_1011ext.result:
        Auto merged
      mysql-test/suite/funcs_1/r/ndb_views.result:
        Auto merged
      mysql-test/suite/funcs_1/views/views_master.inc:
        Auto merged
      sql/ha_partition.h:
        Auto merged
      storage/innobase/handler/ha_innodb.cc:
        Auto merged
      configure.in:
        Version is updated already.
      sql/ha_partition.cc:
        Manual merge of 5.1.22 changes into main.
      1bb2e479
    • unknown's avatar
      Merge production.mysql.com:/usersnfs/jperkin/bk/build-5.0 · 281e6d03
      unknown authored
      into  production.mysql.com:/usersnfs/jperkin/bk/build-5.1
      
      
      BitKeeper/deleted/.del-CMakeLists.txt~dd682cce1d53c0b4:
        Auto merged
      281e6d03
    • unknown's avatar
      Merge kindahl-laptop.dnsalias.net:/home/bk/b31076-mysql-5.1-rpl · 8225c9db
      unknown authored
      into  kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-release
      
      8225c9db