mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
5b968bb8ee
commit
22ab243303
8 changed files with 53 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue