Bug #53911 mysql 5.1.47 does not work with pbxt-1.0.11-pre-ga
Submitted: 22 May 2010 3:47 Modified: 25 May 2010 7:46
Reporter: li mohao Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1.47 OS:Linux
Assigned to: CPU Architecture:Any

[22 May 2010 3:47] li mohao
Description:
I am use pbxt engine in mysql new project .
pbxt load as plugin .
compile options
./configure --with-mysql=/opt/mysql5.1.47 --with-plugindir=/opt/xtradb/lib/mysql/plugin

when exec
INSTALL PLUGIN pbxt SONAME 'libpbxt.so';
the mysql client is locked and the whole database is locked

mysql error log
100522 11:18:32 [Note] PrimeBase XT (PBXT) Engine 1.0.11 Pre-GA loaded...
100522 11:18:32 [Note] Paul McCullagh, PrimeBase Technologies GmbH, http://www.primebase.org

if compile with mysql5.1.46. it's works filne.

./configure --with-mysql=/opt/mysql5.1.46 --with-plugindir=/opt/xtradb/lib/mysql/plugin
INSTALL PLUGIN pbxt SONAME 'libpbxt.so';
Query OK, 0 rows affected (0.05 sec)

How to repeat:
comile and load plugin as desc;
[25 May 2010 7:46] Sveta Smirnova
Thank you for the report.

According to http://www.primebase.org/download/index.php:

PBXT 1.0.11 Pre-GA Source distribution
This version compiles with MySQL 5.1.46 GA or earlier and MySQL 6.0.9 Alpha or earlier.

So this is not MySQL bug. Please open bug report at PBXT.