diff options
author | unknown <monty@donna.mysql.com> | 2000-08-16 05:14:02 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-16 05:14:02 +0300 |
commit | 33495f9db4803024fd7bd2e2f65197504793c335 (patch) | |
tree | 6c04aea21b1a42222c20034b365c343788f2335c /configure.in | |
parent | 703c3d45276cba124b305da1fd645ba97ae69fdb (diff) | |
download | mariadb-git-33495f9db4803024fd7bd2e2f65197504793c335.tar.gz |
Delayed keys + portability fixes
client/Makefile.am:
Fix for make/bitkeeper
configure.in:
Fix for SCO and SHOW PROCESSLIST
include/Makefile.am:
Fix for make/bitkeeper
libmysql/Makefile.am:
Fix for make/bitkeeper
myisam/mi_check.c:
Fixes for delayed key handling
sql-bench/Makefile.am:
Fix for make/bitkeeper
sql/Makefile.am:
Fix for make/bitkeeper
sql/sql_insert.cc:
Added delay key creation to INSERT .. SELECT
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5550bcbe26e..bf661b56f35 100644 --- a/configure.in +++ b/configure.in @@ -211,6 +211,7 @@ AC_MSG_RESULT($mysql_cv_sys_os) case "$target_os" in sco3.2v5*) CFLAGS="$CFLAGS -DSCO" + CXXFLAGS="$CXXFLAGS -DSCO" LD='$(CC) $(CFLAGS)' case "$CFLAGS" in *-belf*) |