Added --sql-mode=NO_UNSIGNED_SUBTRACTION

Docs/manual.texi:
  More information about UNSIGNED BIGINT arithmetic
sql/slave.cc:
  Make binary logs 4G safe
sql/slave.h:
  Make binary logs 4G safe
sql/sql_rename.cc:
  cleanup
This commit is contained in:
unknown 2002-01-30 15:32:48 +02:00
commit 22ab243303
8 changed files with 53 additions and 20 deletions

View file

@ -233,8 +233,10 @@ public:
const char *func_name() const { return "-"; }
double val();
longlong val_int();
void fix_length_and_dec();
};
class Item_func_mul :public Item_num_op
{
public: