mariadb/mysql-test/suite/sys_vars
Davi Arnaut c5bb49d020 Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id
The problem is that creating a event could fail if the value of
the variable server_id didn't fit in the originator column of
the event system table. The cause is two-fold: it was possible
to set server_id to a value outside the documented range (from
0 to 2^32-1) and the originator column of the event table didn't
have enough room for values in this range.

The log tables (general_log and slow_log) also don't have a proper
column type to store the server_id and having a large server_id
value could prevent queries from being logged.

The solution is to ensure that all system tables that store the
server_id value have a proper column type (int unsigned) and that
the variable can't be set to a value that is not within the range.
2009-03-11 17:30:56 -03:00
..
inc merged 5.1-main -> 5.1-bugteam 2009-01-30 15:44:49 +02:00
r Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id 2009-03-11 17:30:56 -03:00
t Bug#40178: Test main.completion_type_func does not clean up / needs to be rewritten 2009-02-24 16:20:00 +02:00
README Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00

Some of these tests allocate more than 4GB RAM.
So, assure that the machine on which the suite will be executed has more than 4GB RAM.