Skip to content

Commit

Permalink
new host_cache_size parameter added
Browse files Browse the repository at this point in the history
  • Loading branch information
biuti committed Aug 23, 2024
1 parent 8ce85b3 commit 0abb429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airscore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ USE airscore
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET GLOBAL host_cache_size = 0;
SET time_zone = "+00:00";
SET NAMES utf8mb4;

Expand Down

0 comments on commit 0abb429

Please sign in to comment.