I've compiled MySQL 3.23.39 with Gemini support. The compile was error
free although the 'make test' skipped the Gemini tests for some reason. In
the mysqld.err log from the test directory I see this message:

--------------------------------
00:18:15 MSGS_DIR tag failed -1
-------------------------------

I went ahead and installed it. 'Show Variables' confirms that gemini is
DISABLED. The docs indicate that this means support is compiled in, but
has been disabled by '--skip-gemini'. This isn't the case.


My configure options were:
--------------------------
./configure \
--prefix=/usr \
--localstatedir=/home/mysql.db \
--with-innodb \
--with-gemini \
--enable-thread-safe-client \
--enable-assembler \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-mysqld-user=mysql \
--without-debug \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--with-extra-charsets=none


My startup options were:
------------------------
--skip-networking --skip-name-resolve \
--default-table-type=gemini --gemini-unbuffered-io \
--transaction-isolation=READ-UNCOMMITTED


And finally, my.cnf contains:
-----------------------------
gemini-recovery=FULL
set-variable    = gemini_buffer_cache=128M
set-variable    = gemini_io_threads=4
set-variable    = gemini_connection_limit=200


Any help or pointers greatly appreciated :)

Paul
http://dbforums.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to