1. 19 Oct, 2007 1 commit
  2. 18 Oct, 2007 1 commit
    • unknown's avatar
      Modify "mysqlbug" ("scripts/mysqlbug.sh") so that it differs between the original · 776d59dd
      unknown authored
      and the modified values of the compile-related variables used in "configure".
      
      Make the necessary adjustments in "configure.in" and "scripts/Makefile.am".
      
      This fixes bug#31644
         Values of *FLAGS that were used for building packages is missed in mysqlbug
      
      
      configure.in:
        Add more variables to the "substitution" list: SAVE_CC, SAVE_CXX, ASFLAGS.
        
        This is necessary so that the "mysqlbug" script can output the variables affecting
        compilation with both their original (on call) and final (modified) values.
        
        This work is related to fixing bug#31644
           Values of *FLAGS that were used for building packages is missed in mysqlbug
      scripts/Makefile.am:
        Clearly differ between the original and the modified values of the compile-related
        variables used in "configure".
        
        This is to fix bug#31644
           Values of *FLAGS that were used for building packages is missed in mysqlbug
      scripts/mysqlbug.sh:
        Have separate variables "COMP_CALL_INFO" and "COMP_RUN_INFO"
        which contain the original (call parameters, environment) and the modified values
        of the "configure" variables controlling the compile process.
        
        This fixes bug#31644
           Values of *FLAGS that were used for building packages is missed in mysqlbug
      776d59dd
  3. 16 Oct, 2007 1 commit
  4. 15 Oct, 2007 3 commits
    • unknown's avatar
      Merge trift2.:/MySQL/M50/bug29658-5.0 · 627b8080
      unknown authored
      into  trift2.:/MySQL/M51/bug29658-5.1
      
      
      configure.in:
        Auto merged
      627b8080
    • unknown's avatar
      Allow for different directories containing the "libc", · 4aa01292
      unknown authored
      as it may well happen with 32- vs 64-bit Linux systems.
      
      This patch was proposed immediately with the report of
      Bug #29658  wrong test for static nss checking on linux, doesn't cover all platforms
      
      4aa01292
    • unknown's avatar
      Fix for · 78ea5d13
      unknown authored
      Bug#31169 Test case does not check whether configuration contains feature tested
      
      
      mysql-test/suite/rpl/t/rpl_innodb_bug28430.test:
        Add check for partitioning feature.
      mysql-test/suite/rpl/t/rpl_innodb_bug30919.test:
        Add check for partitioning feature.
      78ea5d13
  5. 11 Oct, 2007 1 commit
    • unknown's avatar
      Fix for · cfc49e7b
      unknown authored
      Bug#31411 funcs_1: ndb_<every test> fail because of changed server error number
      = Adjust the files with expected results 
      
      
      mysql-test/suite/funcs_1/r/ndb_cursors.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_0102.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_03.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_0407.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_08.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_09.result:
        Updated result
      mysql-test/suite/funcs_1/r/ndb_trig_1011ext.result:
        Updated result
      cfc49e7b
  6. 10 Oct, 2007 3 commits
    • unknown's avatar
      Merge four.local.lan:/WORK2/merge/mysql-5.1-parts · 980a96e3
      unknown authored
      into  four.local.lan:/WORK/mysql-5.1-build/src-clean
      
      980a96e3
    • unknown's avatar
      Combined fix for · f686f94b
      unknown authored
         Bug#31481 test suite parts: Many tests fail because of changed server error codes
         Bug#31243 Test "partition_basic_myisam" truncates path names
      + minor cleanup
      
      
      mysql-test/suite/parts/inc/partition.pre:
        - Blow column file_list up to VARBINARY(10000)
           = Fix for Bug#31243 Test "partition_basic_myisam" truncates path names
        - Minor cleanup
          = remove reference to fixed bugs #17455, #19305
      mysql-test/suite/parts/inc/partition_alter_1.inc:
        Adjust expected server error codes
      mysql-test/suite/parts/inc/partition_check.inc:
        Adjust expected server error codes
      mysql-test/suite/parts/inc/partition_syntax.inc:
        Minor cleanup
        = replace error numbers with error names
      mysql-test/suite/parts/inc/partition_syntax_1.inc:
        Adjust expected server error codes
      mysql-test/suite/parts/r/partition_alter1_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter1_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter2_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter2_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter3_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter3_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter4_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_alter4_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_basic_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_basic_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_engine_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_engine_myisam.result:
        Updated results
      mysql-test/suite/parts/r/partition_syntax_innodb.result:
        Updated results
      mysql-test/suite/parts/r/partition_syntax_myisam.result:
        Updated results
      f686f94b
    • unknown's avatar
      Fix for · 2258b3c9
      unknown authored
        Bug#31407 funcs_1: <engine>__datadict tests broken because of wrong expected results
      
      
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/ndb__datadict.result:
        Updated expected results
        Attention:
           The update does not prevent that the test has to be disabled.
           Reason: Bug#31421 funcs_1: ndb__datadict fails, discrepancy between scripts and expected results
      mysql-test/suite/funcs_1/t/disabled.def:
        Disable ndb__datadict because of
        Bug#31421 funcs_1: ndb__datadict fails, discrepancy between scripts and expected results
        which will be fixed later.
      2258b3c9
  7. 08 Oct, 2007 2 commits
  8. 05 Oct, 2007 1 commit
    • unknown's avatar
      1. Fix for Bug#31237 Test "ndb_views" fails because of differing order of select results · 7baf572d
      unknown authored
      2. Cleanup of test
      
      
      mysql-test/suite/funcs_1/r/innodb_views.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/memory_views.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/myisam_views.result:
        Updated expected results
      mysql-test/suite/funcs_1/r/ndb_views.result:
        Updated expected results
      mysql-test/suite/funcs_1/views/views_master.inc:
        1. Fix for Bug#31237
           Typical changes:
              - Move LIMIT .... from CREATE VIEW statement to the SELECT checking the VIEW content
              - Partially refine the SELECT on the VIEW to get a reproducible result
        2. Cleanup of test
              - replace error numbers by names
              - remove comments and workarounds dedicated to now fixed bugs
              - minor fixes or improvements in comments
              - remove trailing spaces
      7baf572d
  9. 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
  10. 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
  11. 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
  12. 29 Sep, 2007 4 commits
  13. 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
  14. 27 Sep, 2007 10 commits