1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

- More "local" code in show_explain.test

- Better comments
- Make unittest compile on Windows
This commit is contained in:
Sergey Petrunya
2012-06-30 06:05:06 +04:00
parent b9093d370b
commit 00ff7345fa
5 changed files with 9 additions and 8 deletions

View File

@@ -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 */
/*