1. 08 Dec, 2006 1 commit
  2. 05 Dec, 2006 4 commits
    • unknown's avatar
      Remove hack that removes vardir · b121562b
      unknown authored
      b121562b
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1-build · 00cfa1c0
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      00cfa1c0
    • unknown's avatar
      Bug#22645 LC_TIME_NAMES: Statement not replicated · 4474cc84
      unknown authored
      Problem: replication of LC_TIME_NAMES didn't work.
      Thus, INSERTS or UPDATES using date_format() always
      worked with en_US on the slave side.
      Fix: adding ONE_SHOT implementation for LC_TIME_NAMES.
      
      
      mysql-test/r/variables.result:
        Adding various tests with LC_TIME_NAMES and
        string and numeric constants and expressions.
      mysql-test/t/variables.test:
        Adding various tests with LC_TIME_NAMES and
        string and numeric constants and expressions.
      sql/log.cc:
        Adding ONE_SHOT trick for lc_time_names.
      sql/mysql_priv.h:
        Adding new member "number" - for unique locale IDs.
        Adding prototype for my_locale_by_number().
      sql/set_var.cc:
        Modifying lc_time_names variable to understand both:
        - string valyes (using locale name)
        - number values (using locale IDs)
      sql/set_var.h:
        - Marking lc_time_names as ONE_SHOT capable.
        - Marking lc_time_names as INT_RESULT compatible.
      sql/sql_locale.cc:
        - adding local IDs
        - better layout for locale data declarations
          (splitting long lines into short ones)
        - adding DBUG_ASSERT into my_locale_by_name()
          and moving this function towards the end of file -
          after "my_locales" declaration
        - adding my_locale_by_number() implementation
      sql/sql_parse.cc:
        Adding initialization of lc_time_names
        to its default value (en_US)
      mysql-test/r/rpl_locale.result:
        Adding test case
      mysql-test/t/rpl_locale.test:
        Adding test case
      4474cc84
    • unknown's avatar
      re-enable multiple test runs in sequence for 4.1 on non-windows · 5f2e2a5c
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        delete $default_vardir if the 4.1 vardir trick is to be used to re-enable more than one test run in sequence
      5f2e2a5c
  3. 04 Dec, 2006 3 commits
  4. 01 Dec, 2006 2 commits
  5. 30 Nov, 2006 4 commits
  6. 29 Nov, 2006 9 commits
  7. 28 Nov, 2006 17 commits