mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Merge the 558 branch back to the main with
{{{
svn merge -r3061:3225 https://svn.tokutek.com/tokudb/tokudb.558
}}}
Fixes #630.
Addresses #558.
git-svn-id: file:///svn/tokudb@3226 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -22,7 +22,8 @@ TARGET_BDB = db-benchmark-test-bdb
|
||||
TARGET_TDB = db-benchmark-test-tokudb
|
||||
TARGETS = $(TARGET_BDB) $(TARGET_TDB)
|
||||
|
||||
default: $(TARGETS)
|
||||
default: build
|
||||
build: $(TARGETS)
|
||||
|
||||
check: check-default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user