diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-30 09:25:16 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-30 09:27:03 +0200 |
commit | 9ec85009985d644ce7ae797bc3572d0ad0f69bb0 (patch) | |
tree | 9eafa99a5b61dae1c2ae8023c09dbd0a17fe9ec7 | |
parent | 8599f16b9d6ab45c92c92c0fc9093aea0684c996 (diff) | |
download | mariadb-git-9ec85009985d644ce7ae797bc3572d0ad0f69bb0.tar.gz |
update libmariadb, enable C/C unit tests
m--------- | libmariadb | 0 | ||||
-rw-r--r-- | mysql-test/suite/unit/my.cnf | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/libmariadb b/libmariadb -Subproject cae391f7bf47f17fb246cded8ddf0ef19dbfbde +Subproject e9868bfce0d30e789d89272f190c1fcb64f7890 diff --git a/mysql-test/suite/unit/my.cnf b/mysql-test/suite/unit/my.cnf deleted file mode 100644 index ca0bf44a81d..00000000000 --- a/mysql-test/suite/unit/my.cnf +++ /dev/null @@ -1,8 +0,0 @@ -# -# This file is intentionally left empty -# - -# -# It has not a single [mysql] section, which means that mtr -# will not start any mysqld's for tests in this suite -# |