summaryrefslogtreecommitdiff
path: root/innobase/ib_config.h.in
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-25 01:11:29 +0300
committerunknown <monty@donna.mysql.fi>2001-04-25 01:11:29 +0300
commitdbd56fcdc575d522e8cac6046b85e29d496a37e9 (patch)
treeb35002c3218b71a338dff899023d7799c6cc4829 /innobase/ib_config.h.in
parent7337a193b1bb590c127daa9d92839e476e9b219f (diff)
downloadmariadb-git-dbd56fcdc575d522e8cac6046b85e29d496a37e9.tar.gz
Fixes for embedded MySQL
Some limit optimization BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7: Delete: innobase/ib_config.h.in BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439: Delete: innobase/ib_config.h client/errmsg.c: Moved error messages from libmysqld/ client/mysql.cc: Removed warnings include/errmsg.h: New info for embedded versions include/mysql_com.h: Fixes for embedded MySQL libmysql/errmsg.c: Fixes for embedded MySQL libmysqld/Makefile.am: Added HANDLER code libmysqld/lib_sql.cc: Fixes for embedded MySQL libmysqld/lib_vio.c: Fixes for embedded MySQL BitKeeper/etc/ignore: Added libmysqld/sql_handler.cc to the ignore list libmysqld/libmysqld.c: Fixes for embedded MySQL mysql-test/r/null_key.result: Fixed result for 4.0 sql/net_serv.cc: Fixes for embedded MySQL sql/sql_parse.cc: Fixes for embedded MySQL where the query could be a const char* sql/sql_select.cc: Added limit optimization sql/sql_select.h: Added limit optimization
Diffstat (limited to 'innobase/ib_config.h.in')
-rw-r--r--innobase/ib_config.h.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/innobase/ib_config.h.in b/innobase/ib_config.h.in
deleted file mode 100644
index 1ea07f5c0c3..00000000000
--- a/innobase/ib_config.h.in
+++ /dev/null
@@ -1,24 +0,0 @@
-/* ib_config.h.in. Generated automatically from configure.in by autoheader. */
-
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-/* The number of bytes in a int. */
-#undef SIZEOF_INT
-
-/* Define if you have the <aio.h> header file. */
-#undef HAVE_AIO_H
-
-/* Name of package */
-#undef PACKAGE
-
-/* Version number of package */
-#undef VERSION
-
-/* No inlining because gcc broken on HP-UX */
-#undef UNIV_MUST_NOT_INLINE
-