diff options
author | sasha@mysql.sashanet.com <> | 2001-06-08 19:24:41 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-06-08 19:24:41 -0600 |
commit | 24f89c754ae9d7b8c40c7ae89857ce5d928fad9e (patch) | |
tree | f46251fc12dc5ff80de5c799174f04ad0fc2487d /BUILD | |
parent | 3aafd368a4ecf7264fa30fa5d9a3915da4aaa18b (diff) | |
download | mariadb-git-24f89c754ae9d7b8c40c7ae89857ce5d928fad9e.tar.gz |
auto-magic replication redirection logic support in the client,
compiles, passes test suite, does magic, has bugs, but none that I know
at this point. Have not tested everything yet, though. Changed
a lot of code in the client, but normal stuff appears to be working.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/SETUP.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 778625e9e75..cf5405565b8 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -52,7 +52,8 @@ debug_cflags="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DSAFE_MUTEX -O2" base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti" -base_configs="--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static" +base_configs="--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static \ + --with-client-ldflags=-all-static" alpha_configs="" # Not used yet pentium_configs="" sparc_configs="" |