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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user