diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-06-30 06:05:06 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-06-30 06:05:06 +0400 |
commit | 00ff7345fa10fc0de924b7c2acd3ea9ea4cf50aa (patch) | |
tree | f32a0a34d3b95b657695fe7b178d62e996612640 /sql/my_apc.cc | |
parent | b9093d370bc8185ed067b41a6d5765a26ef21f89 (diff) | |
download | mariadb-git-00ff7345fa10fc0de924b7c2acd3ea9ea4cf50aa.tar.gz |
- More "local" code in show_explain.test
- Better comments
- Make unittest compile on Windows
Diffstat (limited to 'sql/my_apc.cc')
-rw-r--r-- | sql/my_apc.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/my_apc.cc b/sql/my_apc.cc index b5f2300c17f..1cc13f41566 100644 --- a/sql/my_apc.cc +++ b/sql/my_apc.cc @@ -22,11 +22,7 @@ #endif -/* - Standalone testing: - g++ -c -DMY_APC_STANDALONE -g -I.. -I../include -o my_apc.o my_apc.cc - g++ -L../mysys -L../dbug -L../strings my_apc.o -lmysys -ldbug -lmystrings -lpthread -lrt -*/ +/* For standalone testing of APC system, see unittest/sql/my_apc-t.cc */ /* |