Bug #1325 binary log doesn't work in embedded mysql
Submitted: 17 Sep 2003 15:11 Modified: 13 Mar 2004 6:52
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S3 (Non-critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Alexey Botchkov CPU Architecture:Any

[17 Sep 2003 15:11] Georg Richter
Description:
Looks like embedded mysql doesn't like binary log 

How to repeat:
~/.my.cnf 
[server] 
datadir=. 
tmpdir=./tmp 
skip-innodb 
log-slow-queries 
log-long-format 
log-bin 
 
after starting test_embedded: 
test_embedded: log.cc:300: bool MYSQL_LOG::open(const char*, enum_log_type, const 
char*, const char*, cache_type, bool, long unsigned int): Assertion `(&LOCK_index)->count > 0 
&& pthread_equal(pthread_self(),(&LOCK_index)->thread)' failed. 
Abgebrochen 
 
georg@vivaldi:~/work/mysql/embedded/tests> ls *-bin.* 
linux-bin.000001  linux-bin.index  ?t+?`Å=??-bin.000001
[13 Mar 2004 6:52] Alexey Botchkov
bk commit - 4.1 tree (hf:1.1783)
[13 Mar 2004 6:52] Alexey Botchkov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html