diff options
author | monty@hundin.mysql.fi <> | 2001-09-04 01:25:34 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-04 01:25:34 +0300 |
commit | 0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4 (patch) | |
tree | c0eafd444d485cadb6d63aa0e7039389526e282c /libmysql_r | |
parent | 3a3d1e28e5c6966c4e8b740443869f9857a557b3 (diff) | |
download | mariadb-git-0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4.tar.gz |
Ensure that libmysqlclient doesn't use raid
Fix problem with MyISAM and rows of length 65517-65520
Diffstat (limited to 'libmysql_r')
-rw-r--r-- | libmysql_r/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am index 110e26797bd..92ff5151ad0 100644 --- a/libmysql_r/Makefile.am +++ b/libmysql_r/Makefile.am @@ -18,7 +18,7 @@ target = libmysqlclient_r.la -target_defs = +target_defs = -DDONT_USE_RAID ## LIBS = @LIBS@ INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include \ |