1. 20 Feb, 2009 1 commit
  2. 18 Feb, 2009 9 commits
    • Mattias Jonsson's avatar
      Backport of test results for Bug#38719 from 6.0 to 5.1 · 5f58510a
      Mattias Jonsson authored
      post push fix, Bug#38719, additional test cases updated
      5f58510a
    • Mattias Jonsson's avatar
      Backport of bug#38719 from 6.0 to 5.1 · 830c42a0
      Mattias Jonsson authored
      handler::get_dup_key used the called handler for the
      info call, but used table->file handler for errkey.
      Fixed by using table->file->info instead.
      
      mysql-test/r/partition_error.result:
        Bug#38719: Partitioning returns a different error code for
        a duplicate key error
        
        Added test for verification
      mysql-test/t/partition_error.test:
        Bug#38719: Partitioning returns a different error code for
        a duplicate key error
        
        Added test for verification
      830c42a0
    • Mattias Jonsson's avatar
      Backport of bug#36001 from 6.0 to 5.1 · bf442fca
      Mattias Jonsson authored
      bf442fca
    • Mattias Jonsson's avatar
      Bug#36001: Partitions: spelling and using some error messages · 85cc17d3
      Mattias Jonsson authored
      Backport from 6.0
      
      Changed error message to show that it is partitioning
      that does not support foreign keys yet.
      
      Changed spelling from British english to American english.
      
      mysql-test/r/partition.result:
        Bug#36001: Partitions: spelling and using some error messages
        
        Backport from 6.0
        
        Changed spelling from British english to American english.
      mysql-test/r/partition_mgm_err.result:
        Bug#36001: Partitions: spelling and using some error messages
        
        Backport from 6.0
        
        Changed spelling from British english to American english.
      mysql-test/t/partition.test:
        Bug#36001: Partitions: spelling and using some error messages
        
        Backport from 6.0
        
        Added test for verifying error message
      sql/share/errmsg.txt:
        Bug#36001: Partitions: spelling and using some error messages
        
        Backport from 6.0
        
        Changed spelling from British english to American english.
      sql/sql_table.cc:
        Bug#36001: Partitions: spelling and using some error messages
        
        Backport from 6.0
        
        Using a better error message.
      85cc17d3
    • Sergey Glukhov's avatar
      5.0->bugteam->5.1-bugteam merge · d0ece331
      Sergey Glukhov authored
      d0ece331
    • Sergey Glukhov's avatar
      automerge · ddf6ac40
      Sergey Glukhov authored
      ddf6ac40
    • Georgi Kodinov's avatar
      merge of bug 26724 to 5.1-bugteam · 0b87d436
      Georgi Kodinov authored
      0b87d436
    • Georgi Kodinov's avatar
      Bug #26724: mysql command line client, ignores input to internal cmd after space · 41728a31
      Georgi Kodinov authored
            
      Removed the misleading "NOTE:" from the \h command. 
      
      client/mysql.cc:
        Bug #26724: removed the misleading note from the \h command
      41728a31
    • Vladislav Vaintroub's avatar
      merge · 93a52696
      Vladislav Vaintroub authored
      93a52696
  3. 17 Feb, 2009 1 commit
  4. 16 Feb, 2009 7 commits
  5. 15 Feb, 2009 3 commits
  6. 14 Feb, 2009 12 commits
  7. 13 Feb, 2009 7 commits
    • Patrick Crews's avatar
      BUG#32667: lowercase_table3.test reports to error log · aedef27a
      Patrick Crews authored
      Cleaned up SQL code in the test.
      Needed to move the FLUSH TABLES statement prior to the DROP TABLE t1 to prevent a warning of
      Table open on delete and a test fail.
      aedef27a
    • Davi Arnaut's avatar
      Empty merge. · e0f56aa9
      Davi Arnaut authored
      e0f56aa9
    • Davi Arnaut's avatar
      Remove test case for bug 40264. · f29aa74a
      Davi Arnaut authored
      Dirty close tricky does not work on Windows.
      
      mysql-test/r/query_cache_notembedded.result:
        Remove test case result.
      mysql-test/t/query_cache_notembedded.test:
        Remove test case.
      f29aa74a
    • Tatiana A. Nurnberg's avatar
      auto-merge · ce6e5950
      Tatiana A. Nurnberg authored
      ce6e5950
    • Matthias Leich's avatar
    • Tatiana A. Nurnberg's avatar
      Bug#42146 - DATETIME fractional seconds parse error · 69432395
      Tatiana A. Nurnberg authored
      Bug#38435 - LONG Microseconds cause MySQL to fail a CAST to DATETIME or DATE
      
      Parsing of optional microsecond part in datetime did not
      fail gracefully when field width was larger than the allowed
      six places.
      
      Now handles up to the correct six places, and disregards
      any extra digits without messing up what we've already got.
      
      mysql-test/r/type_datetime.result:
        show graceful handling of overly long microsecond parts
        (correct truncation).
      mysql-test/t/type_datetime.test:
        show graceful handling of overly long microsecond parts
        (correct truncation).
      sql-common/my_time.c:
        Special case for time-parsing: for microsecond part,
        leading zeroes are actually meaningful! Also, don't
        break the entire date on more than the allowed six
        digits in microsecond part, just truncate the extra
        digits.
      69432395
    • Alexey Kopytov's avatar
      Merge from team tree · a41bdfa5
      Alexey Kopytov authored
      a41bdfa5