Re: [Maria-developers] MDEV-4472 Audit-plugin. Server-related part of the task

2013-09-08 Thread Alexey Botchkov
07.09.2013 16:14, Sergei Golubchik wrote: Hi, Holyfoot! + //local_mysql_data_home= (char *)GetProcAddress(0, "mysql_data_home"); +//#else + //local_mysql_data_home= mysql_data_home; +//#endif /*_WIN32*/ I think you can completely remove this and the #ifndef above. For your MySQL plugin you can

Re: [Maria-developers] MDEV-4472 Audit-plugin. Server-related part of the task

2013-09-07 Thread Sergei Golubchik
Hi, Holyfoot! On Sep 05, holyf...@askmonty.org wrote: > At file:///home/hf/wmar/55-4472/ > > === renamed file 'plugin/sql_errlog/sql_logger.cc' => 'mysys/file_logger.c' > --- a/plugin/sql_errlog/sql_logger.cc 2013-06-22 12:02:03 + > +++ b/mysys/file_logger.c 2013-09-05 12:47:00 + > @@