Commit 5648be42 authored by unknown's avatar unknown
Browse files

Merge lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0-build

into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0

parents 2821fa61 5a720d4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1318,7 +1318,7 @@ class Item_func_sp :public Item_func
  longlong val_int()
  {
    if (execute(&result_field))
      return 0LL;
      return (longlong) 0;
    return result_field->val_int();   
  }