1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

5.3->5.5 merge

This commit is contained in:
Sergei Golubchik
2011-11-22 18:04:38 +01:00
394 changed files with 17631 additions and 3357 deletions

View File

@@ -77,9 +77,9 @@ SET @@global.max_user_connections = 2;
SELECT @@global.max_user_connections;
SET @@global.max_user_connections = 65536;
SELECT @@global.max_user_connections;
SET @@global.max_user_connections = 4294967295;
SET @@global.max_user_connections = 2147483647;
SELECT @@global.max_user_connections;
SET @@global.max_user_connections = 4294967294;
SET @@global.max_user_connections = 2147483646;
SELECT @@global.max_user_connections;