1. 22 Jan, 2007 4 commits
    • unknown's avatar
      after-merge fix. · 1d82f97c
      unknown authored
      
      mysql-test/r/select.result:
        results adjusted.
      1d82f97c
    • unknown's avatar
      Merge mysql.com:/home/ram/work/b22026/b22026.5.0 · 938e16ee
      unknown authored
      into  mysql.com:/home/ram/work/b22026/b22026.5.1
      
      
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      938e16ee
    • unknown's avatar
      Fix for bug #22026: Warning when using IF statement and large unsigned bigint · 39fb7b24
      unknown authored
        
      We use INT_RESULT type if all arguments are of type INT for 'if', 'case', 
      'coalesce' functions regardless of arguments' unsigned flag, so sometimes we can
      exceed the INT bounds.
      
      
      mysql-test/r/select.result:
        Fix for bug #22026: Warning when using IF statement and large unsigned bigint
          - test result.
      mysql-test/t/select.test:
        Fix for bug #22026: Warning when using IF statement and large unsigned bigint
          - test case.
      sql/item_cmpfunc.cc:
        Fix for bug #22026: Warning when using IF statement and large unsigned bigint
          - take into account unsigned flags aggregating result types:                    
            return INT_RESULT only if two items with INT_RESULT type                      
            have equal unsigned_flags, otherwise return REAL_RESULT.
      39fb7b24
    • unknown's avatar
      Merge ymer.(none):/usr/local/mysql/mysql-4.1-maint · f7d5d23c
      unknown authored
      into  ymer.(none):/usr/local/mysql/x/mysql-5.1-new-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      f7d5d23c
  2. 19 Jan, 2007 33 commits
  3. 18 Jan, 2007 3 commits