An error occurred fetching the project authors.
  1. 16 Jun, 2008 1 commit
    • Matthias Leich mleich@mysql.com's avatar
      Fix for · 28f97047
      Matthias Leich mleich@mysql.com authored
         Bug#37167 funcs_1: Many tests fail if the embedded server is used.
         Bug#37164 funcs_1: Some tests fail if an optional character set is missing.
      + some cleanup within the testsuite related to the fixes above
      + some adjustments to open bugs on Mac OS X
      
      Details:
      - Remove the initial loading of data from tests if these data
        are not somewhere retrieved
      - Remove any use of columns with attribute unicode
        (-> UCS2 is no more needed) from tests where unicode
        properties are not checked or somehow required
      - Create a separate branch of the Character maximum length test
        (CML). If UCS2 is available than this test gets applied to
        every available type of string column with attribute unicode
        This prevents any loss of coverage by the points above.
      - Disable the execution of is_tables_ndb which gives wrong
        results because of a bug. Correct the exepected results of
        this test.
      - In case of tests failing when applied to the embedded server
          1) Create a variant of this test for the embedded server
        or
          2) Skip the test in case of embedded server
        depending on purpose and complexity of test.
      - Skip the tests which could suffer from
        Bug 28309 First insert violates unique constraint - was "memory" table empty ?
        Bug 37380 Test funcs_1.is_columns_myisam_embedded fails on OS X
        (both bugs Mac OS X, embedded server, MySQL 5.0 only)
      - Minor improvements like remove typos
      28f97047
  2. 02 Jun, 2008 1 commit
    • Matthias Leich mleich@mysql.com's avatar
      Bug#36788 Multiple funcs_1 'trig' tests are failing on vanilla builds · 15440264
      Matthias Leich mleich@mysql.com authored
      Fix for this bug and additional improvements/fixes
      In detail:
      - Remove unicode attribute from several columns
        (unicode properties were nowhere needed/tested)
        of the table tb3
        -> The runnability of these tests depends no more on
           the availibility of some optional collations.
      - Use a table tb3 with the same layout for all
        engines to be tested and unify the engine name
        within the protocols.
        -> <engine>_trig_<abc>.result have the same content
      - Do not load data into tb3 if these rows have no
        impact on result sets
      - Add tests for NDB (they exist already in 5.1)
      - "--replace_result" at various places because
        NDB variants of tests failed with "random" row
        order in results
        This fixes a till now unknown weakness within the
        funcs_1 NDB tests existing in 5.1 and 6.0
      - Fix the expected result of ndb_trig_1011ext
        which suffered from Bug 32656
        + disable this test
      - funcs_1 could be executed with the mysql-test-run.pl
        option "--reorder", which saves some runtime by
        optimizing server restarts.
        Runtimes on tmpfs (one attempt only):
        with    reorder 132 seconds
        without reorder 183 seconds
      - Adjust two "check" statements within func_misc.test
        which were incorrect (We had one run with result set
        difference though the server worked good.)
      - minor fixes in comments
      15440264
  3. 06 May, 2008 1 commit
    • unknown's avatar
      Bug#34108 "Drop function" (test "storedproc_06") returns different message (all handlers) · b54b7c65
      unknown authored
      The problem is that the patch for Bug 33464 didn't update the
      results of the test cases which caused the problem.
      
      Dropping a stored routine also revoke privileges for all users
      on the stored routine and errors about missing grants are converted
      into warnings. Before Bug 33464 such errors could be incorrectly
      returned to the user, which would later trigger a assertion due to
      multiple errors being set.
      
      
      mysql-test/suite/funcs_1/r/innodb_storedproc_06.result:
        Update test case result, grants were already dropped.
      mysql-test/suite/funcs_1/r/memory_storedproc_06.result:
        Update test case result, grants were already dropped.
      mysql-test/suite/funcs_1/r/myisam_storedproc_06.result:
        Update test case result, grants were already dropped.
      mysql-test/suite/funcs_1/r/ndb_storedproc_06.result:
        Update test case result, grants were already dropped.
      mysql-test/suite/funcs_1/storedproc/storedproc_06.inc:
        Add comment regarding bug revealed by test case.
      mysql-test/suite/funcs_1/t/disabled.def:
        Re-enable test cases, bug has been fixed.
      b54b7c65
  4. 07 Mar, 2008 1 commit
    • unknown's avatar
      Post merge fixes after · 633cc34c
      unknown authored
      ChangeSet@1.2561, 2008-03-07 17:44:03+01:00, mleich@five.local.lan +132 -0
        Merge five.local.lan:/work/merge/mysql-5.0-funcs_1
        into  five.local.lan:/work/merge/mysql-5.1-funcs_1
        MERGE: 1.1810.3473.24
      
      ChangeSet@1.1810.3473.24, 2008-03-07
        WL#4203 Reorganize and fix the data dictionary tests of
                testsuite funcs_1
      
        1. Adjustment of expected results to modified server properties
        2. Add some tests of information_schema views
        3. Minor corrections and improvements
      
      
      BitKeeper/deleted/.del-ndb__datadict.result:
        Delete: mysql-test/suite/funcs_1/r/ndb__datadict.result
      BitKeeper/deleted/.del-ndb__datadict.test:
        Delete: mysql-test/suite/funcs_1/t/ndb__datadict.test
      BitKeeper/deleted/.del-ndb__load.test:
        Delete: mysql-test/suite/funcs_1/t/ndb__load.test
      BitKeeper/deleted/.del-ndb__load.result:
        Delete: mysql-test/suite/funcs_1/r/ndb__load.result
      mysql-test/suite/funcs_1/r/memory_storedproc_07.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/memory_storedproc_02.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/memory_storedproc_03.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/memory_storedproc_08.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/memory_storedproc_10.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/innodb_storedproc_02.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/innodb_storedproc_03.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/innodb_storedproc_07.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/innodb_storedproc_08.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/innodb_storedproc_10.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/myisam_storedproc_02.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/myisam_storedproc_03.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/myisam_storedproc_07.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/myisam_storedproc_08.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/r/myisam_storedproc_10.result:
        Change mode to -rw-rw-r--
      mysql-test/suite/funcs_1/datadict/processlist_priv.inc:
        Make the results independend of amount of preceding tests.
      mysql-test/suite/funcs_1/datadict/processlist_val.inc:
        Correct the cleanup
      mysql-test/suite/funcs_1/r/charset_collation_1.result:
        Updated results
      mysql-test/suite/funcs_1/r/charset_collation_2.result:
        Updated results
      mysql-test/suite/funcs_1/r/innodb_func_view.result:
        Updated results
      mysql-test/suite/funcs_1/r/innodb_storedproc.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_basics_mixed.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_character_sets.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_collation_character_set_applicability.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_collations.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_column_privileges.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns_innodb.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns_is.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns_memory.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns_myisam.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_columns_mysql.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_key_column_usage.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_routines.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_schema_privileges.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_schema_privileges_is_mysql_test.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_schemata.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_statistics.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_statistics_mysql.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_table_constraints.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_table_constraints_mysql.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_table_privileges.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_tables.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_tables_is.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_tables_mysql.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_tables_ndb.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_triggers.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_user_privileges.result:
        Updated results
      mysql-test/suite/funcs_1/r/is_views.result:
        Updated results
      mysql-test/suite/funcs_1/r/memory_func_view.result:
        Updated results
      mysql-test/suite/funcs_1/r/memory_storedproc.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam_func_view.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam_storedproc.result:
        Updated results
      mysql-test/suite/funcs_1/r/myisam_views.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_func_view.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc_02.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc_03.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc_07.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc_08.result:
        Updated results
      mysql-test/suite/funcs_1/r/ndb_storedproc_10.result:
        Updated results
      mysql-test/suite/funcs_1/r/processlist_priv_no_prot.result:
        Updated results
      mysql-test/suite/funcs_1/r/processlist_priv_ps.result:
        Updated results
      mysql-test/suite/funcs_1/r/processlist_val_no_prot.result:
        Updated results
      mysql-test/suite/funcs_1/r/processlist_val_ps.result:
        Updated results
      mysql-test/suite/funcs_1/storedproc/storedproc_master.inc:
        Set subtest checking a no more reserved keyword
        to comment.
      mysql-test/suite/funcs_1/t/disabled.def:
        ndb__datadict is dropped. The checks are done in
        other scripts.
      mysql-test/suite/funcs_1/t/is_routines.test:
        Correction of comment
      mysql-test/suite/funcs_1/t/is_triggers.test:
        Adjustment to changes in privilege system between
        MySQL 5.0 and 5.1.
      mysql-test/suite/funcs_1/t/is_views.test:
        Correction of comment.
      mysql-test/suite/funcs_1/t/processlist_priv_no_prot.test:
        Correction of comment.
      mysql-test/suite/funcs_1/t/processlist_priv_ps.test:
        Correction of comment.
      mysql-test/suite/funcs_1/t/processlist_val_no_prot.test:
        Correction of comment.
      mysql-test/suite/funcs_1/t/processlist_val_ps.test:
        Correction of comment.
      mysql-test/suite/funcs_1/r/is_engines.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_archive.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_blackhole.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_csv.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_federated.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_innodb.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_memory.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_merge.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_engines_myisam.result:
        Expected results
      mysql-test/suite/funcs_1/t/is_engines.test:
        Test of information_schema.engines
      mysql-test/suite/funcs_1/t/is_engines_archive.test:
        Test of information_schema.engines
            Variant for ARCHIVE
      mysql-test/suite/funcs_1/t/is_engines_blackhole.test:
        Test of information_schema.engines
            Variant for BLACKHOLE
      mysql-test/suite/funcs_1/t/is_engines_csv.test:
        Test of information_schema.engines
            Variant for CSV
      mysql-test/suite/funcs_1/t/is_engines_federated.test:
        Test of information_schema.engines
            Variant for FEDERATED
      mysql-test/suite/funcs_1/t/is_engines_innodb.test:
        Test of information_schema.engines
            Variant for InnoDB
      mysql-test/suite/funcs_1/t/is_engines_memory.test:
        Test of information_schema.engines
            Variant for MEMORY
      mysql-test/suite/funcs_1/t/is_engines_merge.test:
        Test of information_schema.engines
            Variant for MERGGE
      mysql-test/suite/funcs_1/t/is_engines_myisam.test:
        Test of information_schema.engines
            Variant for MyISAM
      mysql-test/suite/funcs_1/t/is_engines_ndb.test:
        Test of information_schema.engines
            Variant for NDB
      mysql-test/suite/funcs_1/t/is_events.test:
        Test for information_schema.events
      mysql-test/suite/funcs_1/r/is_engines_ndb.result:
        Expected results
      mysql-test/suite/funcs_1/r/is_events.result:
        Expected results
      633cc34c
  5. 09 Jan, 2008 1 commit
  6. 08 Jan, 2008 1 commit
  7. 10 Oct, 2007 1 commit
    • unknown's avatar
      Fix for · b10cc221
      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.
      b10cc221
  8. 03 May, 2007 1 commit
    • unknown's avatar
      Updated funcs_1 files to 5.1.18 level · f32d1e9b
      unknown authored
       - validating current result files
       - updating with new features in information_schema / error messages
       - forced order by and removed time stamps
      removed a_version files that are not needed (now that the suite is in the main tree
      Note: datadict tests still fail as a result of bug 28181 (a regression introduced in 
            5.0.42 - and 5.1.18(?) - tests should runn clean once it is fixed
      
      
      BitKeeper/deleted/.del-a_version_check.test~82ea7fb267df9e58:
        Delete: mysql-test/suite/funcs_1/t/a_version_check.test
      BitKeeper/deleted/.del-a_version_check.result~97a8ec1e3211c26:
        Delete: mysql-test/suite/funcs_1/r/a_version_check.result
      mysql-test/suite/funcs_1/datadict/datadict_load.inc:
        Modified to correct failiure to return host name on some systems
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        corrections to fooce order by on queries, replace time stamps with strings and enable the
        testing of referential_constraints table
      mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc:
        corrections to force order by on queries
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/innodb_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/innodb_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/innodb_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/innodb_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/memory_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/memory_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/memory_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/memory_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/myisam_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/myisam_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/myisam_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/myisam_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/r/ndb__datadict.result:
        Updated result file with order by selects, elimination of time stamps and selects
        of empty user (that we don't have anymore) and adding the testing 
        of referential_constraints table
      mysql-test/suite/funcs_1/r/ndb_func_view.result:
        confirming existing results as correct - old result file had wrong cast values
      mysql-test/suite/funcs_1/r/ndb_trig_0102.result:
        Corrected error with long trigger name (that was previously quietly trimmed)
      mysql-test/suite/funcs_1/r/ndb_trig_08.result:
        confirmed existing results as corrects ones - updated error message
      mysql-test/suite/funcs_1/r/ndb_views.result:
        confirmed current results as correct - returned results included a wrong 'expected' error message
      mysql-test/suite/funcs_1/t/disabled.def:
        Updated disabled messages with clearer ones
      mysql-test/suite/funcs_1/triggers/triggers_0102.inc:
        Added code to test for error in case of a trigger name that is to long
      mysql-test/suite/funcs_1/views/views_master.inc:
        Correction to remove wrong '--eror' meaningless tag that generated warnings
      f32d1e9b
  9. 01 May, 2007 1 commit
    • unknown's avatar
      Updates to test/result files of funcs_1 to 5.0.40 level, · 51d6e623
      unknown authored
       - validated current result files
       - forced order by and removed time stamps 
      removed a_version files (since do not make sense now when suite is in the main tree)
      Note: datadict tests still fail as a result of regression bug 28181 in 5.0.42 (discovered
            while performing this update) - tests should run clean once bug is fixed
      
      
      BitKeeper/deleted/.del-a_version_check.test:
        Delete: mysql-test/suite/funcs_1/t/a_version_check.test
      BitKeeper/deleted/.del-a_version_check.result:
        Delete: mysql-test/suite/funcs_1/r/a_version_check.result
      BitKeeper/deleted/.del-innodb_views.warnings:
        Delete: mysql-test/suite/funcs_1/r/innodb_views.warnings
      BitKeeper/deleted/.del-memory_views.warnings:
        Delete: mysql-test/suite/funcs_1/r/memory_views.warnings
      BitKeeper/deleted/.del-myisam_views.warnings:
        Delete: mysql-test/suite/funcs_1/r/myisam_views.warnings
      mysql-test/suite/funcs_1/datadict/datadict_load.inc:
        Modified to correct failiure to return host name on some systems
      mysql-test/suite/funcs_1/datadict/datadict_master.inc:
        corrections to force order by on queries and replace time stamps with strings
      mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc:
        corrections to force order by on queries
      mysql-test/suite/funcs_1/r/innodb__datadict.result:
        Updated result file with order bu selects, elimination of time stamps 
        and selects with empty user (that we don't have anymore)
      mysql-test/suite/funcs_1/r/innodb_func_view.result:
        confirming existing results as correct ones - old result file had wrong cast values returned
      mysql-test/suite/funcs_1/r/innodb_trig_08.result:
        confirming existing results as correct ones - updated error message
      mysql-test/suite/funcs_1/r/innodb_views.result:
        confirming existing results as correct ones - returned results are correct, 
        wrong 'expected' error messages removed
      mysql-test/suite/funcs_1/r/memory__datadict.result:
        Updated result file with order bu selects, elimination of time stamps 
        and selects with empty user (that we don't have anymore)
      mysql-test/suite/funcs_1/r/memory_func_view.result:
        confirming existing results as correct ones - old result file had wrong cast values returned
      mysql-test/suite/funcs_1/r/memory_trig_08.result:
        confirming existing results as correct ones - updated error message
      mysql-test/suite/funcs_1/r/memory_views.result:
        confirming existing results as correct ones - returned results are correct, 
        wrong 'expected' error messages removed
      mysql-test/suite/funcs_1/r/myisam__datadict.result:
        Updated result file with order bu selects, elimination of time stamps 
        and selects with empty user (that we don't have anymore)
      mysql-test/suite/funcs_1/r/myisam_func_view.result:
        confirming existing results as correct ones - old result file had wrong cast values returned
      mysql-test/suite/funcs_1/r/myisam_trig_08.result:
        confirming existing results as correct ones - updated error message
      mysql-test/suite/funcs_1/r/myisam_views.result:
        confirming existing results as correct ones - returned results are correct, 
        wrong 'expected' error messages removed
      mysql-test/suite/funcs_1/t/disabled.def:
        Updated disabled messages with clearer ones
      mysql-test/suite/funcs_1/views/views_master.inc:
        removed invalid -- lines generating warning files
      51d6e623
  10. 06 Feb, 2007 2 commits
    • unknown's avatar
      copy from test-extra-5.0 to main tree · 630091fe
      unknown authored
      BitKeeper/etc/ignore:
        Added mysql-test/mysql-test-run-shell to the ignore list
      mysql-test/suite/funcs_2/include/check_charset.inc:
        finished files with newline
      630091fe
    • unknown's avatar
      Bug#24805 mtr.pl can't handle test with --disable-log-bin · 04b52251
      unknown authored
      - Don't give mysqld the --log-bin argument if .opt file
        contains --skip-log-bin
      - Enable flush2 test
      
      
      mysql-test/mysql-test-run.pl:
        Don't give mysqld the --log-bin argument if .opt file contains --skip-log-bin 
        Don't pass mysqld --binlog-format=s if --skip-log-bin
      mysql-test/t/disabled.def:
        Enable flush2
      mysql-test/t/flush2-master.opt:
        Use --skip-log-bin in flush2 to test flush without bin logging
      04b52251
  11. 29 Jan, 2007 1 commit
    • unknown's avatar
      after merge fixes · 721e4128
      unknown authored
      Removed 
      
      
      mysql-test/t/disabled.def:
        Disabled rp_ndb_dd_advance, becasue of random failures
      mysql-test/t/rpl_ndb_dd_advance.test:
        Added big_test, as this test takes +600 seconds
      plugin/daemon_example/daemon_example.c:
        Removed compiler warnings
      sql/item_cmpfunc.cc:
        after merge fixes
      sql/item_subselect.cc:
        after merge fixes
      storage/ndb/src/common/util/ConfigValues.cpp:
        Removed declarations to nonexisting functions
      storage/ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp:
        Removed not used function
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Removed not used variables
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Removed not used variables
      storage/ndb/src/kernel/blocks/restore.cpp:
        Removed not used variables
      storage/ndb/src/kernel/blocks/tsman.cpp:
        Removed not used variables
      storage/ndb/src/kernel/vm/DynArr256.cpp:
        Removed not used variables
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        Removed not used variables
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Removed not used variables
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Removed not used variable
      storage/ndb/src/ndbapi/NdbRecAttr.cpp:
        Removed not used variable
      storage/ndb/tools/desc.cpp:
        Removed not used variable
      support-files/compiler_warnings.supp:
        Added suppress message for hard to remove warning
      721e4128
  12. 24 Jan, 2007 1 commit
  13. 22 Jan, 2007 2 commits
  14. 17 Jan, 2007 1 commit
  15. 20 Dec, 2006 3 commits
  16. 14 Dec, 2006 2 commits
  17. 07 Dec, 2006 2 commits
    • unknown's avatar
      ps_7ndb problem now fixed · 6d4af574
      unknown authored
      6d4af574
    • unknown's avatar
      Bug#22645 LC_TIME_NAMES: Statement not replicated · c423ecc0
      unknown authored
      Implementing event based replication of LC_TIME_NAMES for 5.0
      (as a replacement of previously made ONE_SHOT replication)
      
      
      mysql-test/r/mysqlbinlog.result:
        Fixing results
      mysql-test/r/rpl_locale.result:
        Fixing results
      mysql-test/t/disabled.def:
        Enabling rpl_locale
      mysql-test/t/mysqlbinlog.test:
        Check "mysqlbinlog | mysql" reproduces lc_time_names correctly.
      mysql-test/t/rpl_locale.test:
        Adding new test: that setting lc_time_names back to en_US works fine.
      sql/log_event.cc:
        Implementing event based replication of LC_TIME_NAMES for 5.0
        (as a replacement of previously made ONE_SHOT replication)
      sql/log_event.h:
        Adding new Q_*_CODE
        Adding "lc_time_names_number" members into Query_log_event and PRINT_EVENT_INFO
      c423ecc0
  18. 05 Dec, 2006 1 commit
  19. 04 Dec, 2006 2 commits
  20. 27 Nov, 2006 1 commit
    • unknown's avatar
      Disabled syncronization test at it fails on multiple platforms. (Bug #24529) · 13bb3fa8
      unknown authored
      Fixed that test_thr_alarm works
      
      
      mysql-test/mysql-test-run.pl:
        Fixed typo
      mysql-test/r/synchronization.result:
        Updated results
      mysql-test/t/disabled.def:
        Disabled syncronization test at it fails on multiple platforms. (Bug #24529)
      mysql-test/t/synchronization.test:
        Drop used tables
      mysys/Makefile.am:
        Added 'debug' to be able to build test cases
      mysys/thr_alarm.c:
        Fixed test case
      13bb3fa8
  21. 26 Nov, 2006 1 commit
    • unknown's avatar
      Fixed a LOT of compiler warnings · 788ad30f
      unknown authored
      Added missing DBUG_RETURN statements (in mysqldump.c)
      Added missing enums
      Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
      Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
      
      
      client/mysqldump.c:
        Fixed some compiler warnings
        Added some missing DBUG_RETURN
        Remove copying of 'cluster' database
      client/mysqlslap.c:
        Fixed compiler warnings
      client/mysqltest.c:
        After merge fix
      extra/yassl/taocrypt/include/algebra.hpp:
        Removed compiler warning
      mysql-test/include/im_check_env.inc:
        Fixed race condition (mysqld1 could report 'starting' or 'online'
      mysql-test/mysql-test-run.pl:
        After merge fixes
        Added missing directory to LD_LIBRARY_PATH
      mysql-test/r/ctype_cp1250_ch.result:
        After merge fix
      mysql-test/r/im_cmd_line.result:
        Fixed race condition
      mysql-test/r/im_daemon_life_cycle.result:
        Fixed race condition
      mysql-test/r/im_instance_conf.result:
        Fixed race condition
      mysql-test/r/im_life_cycle.result:
        Fixed race condition
      mysql-test/r/im_utils.result:
        Fixed race condition
      mysql-test/r/log_tables.result:
        Fixed wrong result
      mysql-test/t/disabled.def:
        Disabled ndb_restore_partion, as ndb_restore_compate caused it to fail, becasue of table 'cluster/def/schema' which is stored in ndb_backup50
      mysys/my_compress.c:
        Removed compiler warnings
      mysys/my_getopt.c:
        Ensure we always have at least one space between option name and value
      plugin/fulltext/plugin_example.c:
        Removed compiler warnings
      server-tools/instance-manager/mysql_connection.cc:
        After merge fix
      sql/event_data_objects.cc:
        Fixed compiler warnings
        Fixed platform compatibility issues (%lld is not portable)
      sql/event_data_objects.h:
        Fixed compiler warnings
      sql/event_db_repository.cc:
        Fixed compiler warnings
      sql/event_queue.cc:
        Fixed compiler warnings
      sql/event_scheduler.cc:
        Fixed compiler warnings
      sql/events.cc:
        Fixed compiler warnings
      sql/field.cc:
        Fixed compiler warnings
      sql/ha_ndbcluster.cc:
        Fixed compiler warnings
      sql/ha_ndbcluster_binlog.cc:
        Fixed compiler warnings
      sql/ha_partition.cc:
        Fixed compiler warnings
      sql/handler.cc:
        Fixed compiler warnings
      sql/item_cmpfunc.cc:
        Fixed DBUG_PRINT style
      sql/item_func.cc:
        Fixed compiler warnings
      sql/log.cc:
        Fixed compiler warnings
      sql/log_event.cc:
        Fixed compiler warnings
      sql/mysqld.cc:
        Fixed compiler warnings
      sql/opt_range.cc:
        Fixed compiler warnings
      sql/repl_failsafe.cc:
        Indentation fixes
      sql/rpl_rli.cc:
        Fixed compiler warnings
      sql/rpl_tblmap.cc:
        Fixed compiler warnings
      sql/set_var.cc:
        Fixed compiler warnings
      sql/slave.cc:
        Fixed compiler warnings
      sql/sp_head.cc:
        Fixed compiler warnings
      sql/sql_base.cc:
        Fixed compiler warnings
        Fixed indentation
      sql/sql_binlog.cc:
        Fixed compiler warnings
      sql/sql_cache.cc:
        Fixed compiler warnings
      sql/sql_class.cc:
        Fixed compiler warnings
      sql/sql_handler.cc:
        Fixed compiler warnings
      sql/sql_lex.cc:
        Fixed compiler warnings
      sql/sql_parse.cc:
        Fixed compiler warnings
      sql/sql_partition.cc:
        Fixed compiler warnings
      sql/sql_prepare.cc:
        Fixed compiler warnings
      sql/sql_table.cc:
        Fixed compiler warnings
      sql/sql_test.cc:
        Fixed DBUG_PRINT style
      sql/sql_trigger.cc:
        Fixed DBUG_PRINT style
      sql/table.cc:
        Fixed compiler warnings
      storage/federated/ha_federated.cc:
        Fixed compiler warnings
      storage/myisam/mi_rsamepos.c:
        Fixed compiler warnings
      storage/ndb/include/ndb_global.h.in:
        After merge fix
      storage/ndb/include/util/NdbOut.hpp:
        Inform gcc that ndbout_c takes a printf() string as argument
      storage/ndb/include/util/SimpleProperties.hpp:
        After merge fixes
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Fixed compiler warnings
        Fixed usage of uninitialized value (Got help from Jonas with patch)
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/restore.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Fixed compiler warnings
        Added missing enum's to switch
      storage/ndb/src/kernel/vm/Configuration.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/DLHashTable.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/RWPool.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/WOPool.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        Fixed compiler warnings
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Fixed compiler warnings
      storage/ndb/src/mgmsrv/MgmtSrvr.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/DictCache.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbIndexOperation.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Initialize possible uninitialized variable
      storage/ndb/src/ndbapi/NdbOperationInt.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbRecAttr.cpp:
        Added missing enum's (To avoid compiler warnings)
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/ObjectMap.hpp:
        Fixed compiler warnings
      storage/ndb/tools/desc.cpp:
        Fixed compiler warnings
      storage/ndb/tools/restore/Restore.cpp:
        Fixed compiler warnings
      storage/ndb/tools/restore/consumer_restore.cpp:
        Fixed compiler warnings
      unittest/mytap/t/basic-t.c:
        Fixed compiler warnings
      unittest/mytap/tap.c:
        Fixed compiler warnings
      788ad30f
  22. 20 Nov, 2006 1 commit
  23. 18 Nov, 2006 1 commit
    • unknown's avatar
      merging · 934a2318
      unknown authored
      mysql-test/t/disabled.def:
        meging bug
      934a2318
  24. 15 Nov, 2006 3 commits
    • unknown's avatar
      Dummy push to force pushbuild retest · daaddeb6
      unknown authored
      mysql-test/t/disabled.def:
        Dummy push
      daaddeb6
    • unknown's avatar
      2a9b7256
    • unknown's avatar
      Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR" · beea1235
      unknown authored
      calling (rather than defining) non-deterministic SP in SBR (as opposed
      to RBR or mixed) will throw an error now.
      
      require mixed mode for tests now. SBR will now fail when calling
      non-deter SPs and SFs (as it should), and RBR already failed by virtue of
      giving different results for "show binlog" than the results-file has.
      also test for 16456 now. lastly make amends because one of the tests
      fails with a new error # now as code was added to sql_trigger.cc while
      test was disabled.
      
      
      mysql-test/mysql-test-run.pl:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        mtr falsely assumed that default rep mode is stmt i/o mixed?
      mysql-test/r/func_time.result:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        rpl_sp.test was disabled for a while; update results where wording has
        changed and add results for #16456
      mysql-test/r/rpl_sp.result:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        rpl_sp.test was disabled for a while; update results where wording has
        changed and add results for #16456
        ---
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        calling (rather than defining) non-deterministic SP or SF in SBR
        (as opposed to RBR or mixed) will throw an error now.
      mysql-test/t/disabled.def:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        re-enable rpl_sp.test
      mysql-test/t/rpl_sp.test:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        require mixed mode for tests now. SBR will now fail when calling
        non-deter SPs (as it should), and RBR already failed by virtue of
        giving different results for "show binlog" than the results-file has.
        also test for 16456 now. lastly make amends because one of the tests
        fails with a new error # now as code was added to sql_trigger.cc while
        test was disabled.
        ---
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        calling (rather than defining) non-deterministic SP or SF in SBR
        (as opposed to RBR or mixed) will throw an error now.
      sql/item_func.cc:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        calling (rather than defining) non-deterministic SF in SBR
        (as opposed to RBR or mixed) will throw an error now.
      sql/sql_parse.cc:
        Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
        
        calling (rather than defining) non-deterministic SP in SBR (as opposed
        to RBR or mixed) will throw an error now.
      beea1235
  25. 10 Nov, 2006 1 commit
  26. 09 Nov, 2006 1 commit
    • unknown's avatar
      merging · 0119e00f
      unknown authored
      mysql-test/t/disabled.def:
        #22457 isn't fixed in 5.1 after merging from 5.0
      0119e00f
  27. 04 Nov, 2006 1 commit
  28. 03 Nov, 2006 1 commit
    • unknown's avatar
      Has issues with original tree, so had to pull new tree and copy test over.... · 77b1bb84
      unknown authored
      Has issues with original tree, so had to pull new tree and copy test over. Running last test now and will push after
      
      
      mysql-test/extra/rpl_tests/rpl_extraSlave_Col.test:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/extra/rpl_tests/rpl_extraSlave_Col.test
      mysql-test/t/rpl_extraCol_innodb-master.opt:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/t/rpl_extraCol_innodb-master.opt
      mysql-test/t/rpl_extraCol_innodb-slave.opt:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/t/rpl_extraCol_innodb-slave.opt
      mysql-test/t/rpl_extraCol_innodb.test:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/t/rpl_extraCol_innodb.test
      mysql-test/t/rpl_extraCol_myisam.test:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/t/rpl_extraCol_myisam.test
      mysql-test/r/rpl_extraCol_innodb.result:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/r/rpl_extraCol_innodb.result
      mysql-test/r/rpl_extraCol_myisam.result:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/r/rpl_extraCol_myisam.result
      mysql-test/r/rpl_ndb_extraCol.result:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/r/rpl_ndb_extraCol.result
      mysql-test/t/rpl_ndb_extraCol.test:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/t/rpl_ndb_extraCol.test
      mysql-test/extra/rpl_tests/rpl_ndb_ddl.test:
        BitKeeper file /data0/mysql-5.1-new-rpl/mysql-test/extra/rpl_tests/rpl_ndb_ddl.test
      77b1bb84
  29. 24 Oct, 2006 1 commit
  30. 11 Oct, 2006 1 commit
    • unknown's avatar
      BUG#21524 ps.test updated to meet recent changes in SQL parser · 6b395328
      unknown authored
      mysql-test/r/ps.result:
        brand new ps.result recorded out of updated ps.test output
      mysql-test/t/disabled.def:
        ps.test enabled anew
      mysql-test/t/ps.test:
        ps.test updated to ensure FLUSH/RESET are not allowed in stored functions at both
        parse and execution time
      6b395328
  31. 10 Oct, 2006 1 commit
    • unknown's avatar
      BUG#21524 ps.test updated to meet recent changes in SQL parser · de443be6
      unknown authored
      mysql-test/r/ps.result:
        brand new ps.result recorded out of updated ps.test output
      mysql-test/t/disabled.def:
        ps.test enabled anew
      mysql-test/t/ps.test:
        ps.test updated to ensure FLUSH/RESET are not allowed in stored functions at both parse and execution time
      de443be6