Hi!

On Apr 16, Christian Hammers wrote:
> Hello
> 
> I compiled on an UltraSparc II Linux with libc-2.2.2 and say 
>       CREATE TABLE t (t int) TYPE=BDB;
> but it creates a MyISAM without any warning. Why? 
> BDB seems to be compiled in correctly:
> 
> ch@vore:~/test$ nm usr/bin/mysqld |grep berke
> 00000000000822c0 t _GLOBAL_.D.have_berkeley_db
> 00000000000822a4 t _GLOBAL_.I.have_berkeley_db
> 000000000019dd38 D have_berkeley_db
>  
> Any hints how to debug this?
> 
> bye,
> 

The above symbol does not means that BDB is compiled in.
Try

  show variables like "have_bdb"

Regards,
Sergei

--
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
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