From: jon
Date: July 5 2006 6:25am
Subject: svn commit - mysqldoc@docsrva: r2632 - trunk/ndbapi
List-Archive: http://lists.mysql.com/commits/8733
Message-Id: <200607050625.k656P0av009303@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2006-07-05 08:24:59 +0200 (Wed, 05 Jul 2006)
New Revision: 2632
Log:
Misc. minor fixes
Modified:
trunk/ndbapi/getting-started.xml
Modified: trunk/ndbapi/getting-started.xml
===================================================================
--- trunk/ndbapi/getting-started.xml 2006-07-05 05:30:10 UTC (rev 2631)
+++ trunk/ndbapi/getting-started.xml 2006-07-05 06:24:59 UTC (rev 2632)
@@ -255,7 +255,7 @@
aclocal
autoconf
automake -a -c
-configure --with-mysql=/mysql/prefix/path
+configure --with-mysql=/mysql/prefix/path
Normally, this needs to be done only once, after which
@@ -344,6 +344,7 @@
# add regular MySQL C flags
ADDFLAGS=`$MYSQL_CONFIG --cflags`
+
# add NDB API specific C flags
IBASE=`$MYSQL_CONFIG --include`
ADDFLAGS="$ADDFLAGS $IBASE/ndb"
@@ -356,9 +357,7 @@
LDFLAGS="$LDFLAGS "`$MYSQL_CONFIG --libs_r`" -lndbclient -lmystrings"
AC_MSG_RESULT($MYSQL_CONFIG)
- fi
-
-
+ fi
])
@@ -638,7 +637,7 @@
- For a MySQL UNIQUE index, both a BTree
+ For a MySQL UNIQUE index, both a B-tree
and a hash index are created. The B-tree index uses the
MySQL name for the index; the name for the hash index is
generated by appending '$unique' to the
@@ -774,8 +773,9 @@
- 256 bytes, if size <=
- 256
+ 256 bytes, if
+ size <=
+ 256