1. 08 May, 2005 7 commits
    • unknown's avatar
      merge · d214d501
      unknown authored
      
      mysql-test/t/sp.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      d214d501
    • unknown's avatar
      Item::fix_field need correct pointer on item reference to chnge it if itis... · a6b15466
      unknown authored
      Item::fix_field need correct pointer on item reference to chnge it if itis need, so support of correct item address added to SP commands (BUG#5963)
      some optimisation of IF/NOT IF ptomised to Pem
      
      
      mysql-test/r/sp.result:
        test for bug#5963
      mysql-test/t/sp.test:
        test for bug#5963
      sql/item.cc:
        new method which return reference on Item for SP variables support
      sql/item.h:
        comment fixed
        method added
      sql/sp_head.cc:
        preparation of item made separate function
        we do not need new constant Item to check IF/IF NOT
        support of passing correct address of item for fix_fields method
      sql/sp_rcontext.cc:
        support of Item address passing to fix_fields
      sql/sp_rcontext.h:
        support of correct address passing to fix_fields
      sql/sql_class.cc:
        support of correct item address passing to fix_field
      a6b15466
    • unknown's avatar
      make_binary_distribution.sh: · 67312e3d
      unknown authored
        - Remove vendor tag from package names.
        - Map standard OS names to user-friendly versions.
      
      
      scripts/make_binary_distribution.sh:
        - Remove vendor tag from package names.
        - Map standard OS names to user-friendly versions.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      67312e3d
    • unknown's avatar
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · e7849122
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      e7849122
    • unknown's avatar
      Merge ltantony.mysql.com:/usr/home/antony/work2/fixbuild-4.1 · fcf18772
      unknown authored
      into ltantony.mysql.com:/usr/home/antony/work2/fixbuild-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      fcf18772
    • unknown's avatar
      FreeBSD doesn't have /proc/cpuinfo, use sysctl to find cpu model. · 9a8e31a4
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9a8e31a4
  2. 07 May, 2005 33 commits