Commit 13245571 authored by unknown's avatar unknown

Merge macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.0-opt

into  macbook.gmz:/Users/kgeorge/mysql/work/mem-test-5.1-opt


Makefile.am:
  ported the test-force-mem target to 5.1
parents bffe8b8a f399d656
......@@ -142,6 +142,10 @@ test-force:
test-force-full:
$(MAKE) force=--force test-full
#used by autopush.pl to run memory based tests
test-force-mem:
$(MAKE) 'force=--force --mem' test
# Keep these for a while
test-pl: test
test-full-pl: test-full
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment