1. 30 Apr, 2005 1 commit
    • unknown's avatar
      Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598) · ac82a2d5
      unknown authored
      
      mysql-test/r/bigint.result:
        Test to show show that the parser threats big longlong values as unsigned
      mysql-test/r/user_var.result:
        Test of CAST(NULL as SIGNED/UNSIGNED)
      mysql-test/t/bigint.test:
        Test to show show that the parser threats big longlong values as unsigned
      mysql-test/t/user_var.test:
        Test of CAST(NULL as SIGNED/UNSIGNED)
      sql/item_func.cc:
        Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598)
        Setting a variable to NULL doesn't change the old result type.
      sql/item_func.h:
        Detect setting a variable to NULL
      sql/unireg.cc:
        Safety fix
      ac82a2d5
  2. 27 Apr, 2005 15 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 8b5b3652
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      myisam/mi_key.c:
        Auto merged
      sql/handler.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      8b5b3652
    • unknown's avatar
      mysqladmin extended-status now displays global status · 0e1e0ddf
      unknown authored
      Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
      
      
      client/mysqladmin.cc:
        Show GLOBAL status
      myisam/mi_key.c:
        Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
        (Ramil will soon push test cases)
      sql/handler.cc:
        Indentation fix
      tests/mysql_client_test.c:
        Portability fixes
      0e1e0ddf
    • unknown's avatar
      after-merge fix · a082303f
      unknown authored
      
      mysql-test/r/func_math.result:
        after merge fix:
        the test should be added after we have new hf's pm code pushed.
      mysql-test/t/func_math.test:
        after merge fix:
        the test should be added after we have new hf's pm code pushed.
      a082303f
    • unknown's avatar
      merging · feff6b6a
      unknown authored
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/item_func.cc:
        ul used, as hf said he has a patch for this code.
      feff6b6a
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 77d8d716
      unknown authored
      into mysql.com:/usr/home/ram/work/4.1.b9803
      
      
      77d8d716
    • unknown's avatar
      handler.cc: · 05bfcf65
      unknown authored
        Fix compilation error if HAVE_REPLICATION is not defined
      
      
      sql/handler.cc:
        Fix compilation error if HAVE_REPLICATION is not defined
      05bfcf65
    • unknown's avatar
      Merge grichter@bk-internal1.mysql.com:/home/bk/mysql-5.0 · 979d7e4b
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
      
      
      979d7e4b
    • unknown's avatar
      Merge lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0-build · 5648be42
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
      
      
      5648be42
    • unknown's avatar
      fix for compile error (Windows) · 5a720d4e
      unknown authored
      5a720d4e
    • unknown's avatar
      ha_innodb.cc: · 13683982
      unknown authored
        Correct an assertion
      
      
      sql/ha_innodb.cc:
        Correct an assertion
      13683982
    • unknown's avatar
      ha_innodb.cc, mysqld.cc: · 3296a121
      unknown authored
        Fix compilation error if HAVE_REPLICATION is not defined
      
      
      sql/mysqld.cc:
        Fix compilation error if HAVE_REPLICATION is not defined
      sql/ha_innodb.cc:
        Fix compilation error if HAVE_REPLICATION is not defined
      3296a121
    • unknown's avatar
      ha_innodb.cc: · 2ea24da8
      unknown authored
        Fix linking and compilation errors
      
      
      sql/ha_innodb.cc:
        Fix linking and compilation errors
      2ea24da8
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 21d5136d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      21d5136d
    • unknown's avatar
      sql_repl.cc: · 2821fa61
      unknown authored
        Remove printf's from semi-sync code in sql_repl.cc
      
      
      sql/sql_repl.cc:
        Remove printf's from semi-sync code in sql_repl.cc
      2821fa61
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.1 · 79d3149d
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-5.0
      
      
      innobase/dict/dict0dict.c:
        Auto merged
      innobase/fil/fil0fil.c:
        Auto merged
      innobase/include/dict0dict.h:
        Auto merged
      79d3149d
  3. 26 Apr, 2005 24 commits