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

Increased max possible max_allowed_packet to 1G

Small optimization to not do external locking of temporary MyISAM tables.
This commit is contained in:
monty@mashka.mysql.fi
2002-09-19 17:49:41 +03:00
parent f638ee6df9
commit ce4b584a85
13 changed files with 85 additions and 56 deletions

View File

@@ -18,10 +18,10 @@
/* drop and alter of tables */
#include "mysql_priv.h"
#include <hash.h>
#ifdef HAVE_BERKELEY_DB
#include <ha_berkeley.h>
#include "ha_berkeley.h"
#endif
#include <hash.h>
#include <myisam.h>
#include <assert.h>