diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-06 15:21:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-06 15:21:38 -0300 |
commit | 39465ad04d239390d812354149f9d32460fbba7e (patch) | |
tree | fb02f8327272203525420152499df8071814471d | |
parent | d6413381ca726a8359a168260f3a0a5db6e8c4db (diff) | |
download | serverdata-39465ad04d239390d812354149f9d32460fbba7e.tar.gz serverdata-39465ad04d239390d812354149f9d32460fbba7e.tar.bz2 serverdata-39465ad04d239390d812354149f9d32460fbba7e.tar.xz serverdata-39465ad04d239390d812354149f9d32460fbba7e.zip |
Uh, some wrong cherry-picking on sql file
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | sql-files/main.sql | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 350b1c58e..10095d26b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,6 +92,7 @@ mysql_run_5.7: - grep -nR CRYPTO_new_ex_data /usr/include/openssl/ - ls /usr/lib/x86_64-linux-gnu/ | grep libcrypto #locate libcrypto.so - nm /usr/lib/x86_64-linux-gnu/libcrypto.a | grep CRYPTO_new + - ldd /usr/bin/openssl - ./.tools/jobs/cloneall.sh - ./.tools/jobs/initdb.sh mysql - ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --enable-sanitize=full --disable-manager --enable-Werror --enable-buildbot" "--enable-werror --enable-lto --enable-sanitize" diff --git a/sql-files/main.sql b/sql-files/main.sql index 2cd86f6fd..e248fdc82 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -649,7 +649,7 @@ CREATE TABLE IF NOT EXISTS `ipbanlist` ( `btime` DATETIME NULL, `rtime` DATETIME NULL, `reason` VARCHAR(255) NOT NULL DEFAULT '', - KEY (`list`) + KEY (`list`(39)) ) ENGINE=MyISAM; -- |