mariadb/include/mysql
Marc Alff 6090cbe552 Bug#55087 Performance schema: optimization of the instrumentation interface
This change is for performance optimization.

Fixed the performance schema instrumentation interface as follows:
- simplified mysql_unlock_mutex()
- simplified mysql_unlock_rwlock()
- simplified mysql_cond_signal()
- simplified mysql_cond_broadcast()

Changed the get_thread_XXX_locker apis to have one extra parameter,
to provide memory to the instrumentation implementation.
This API change allows to use memory provided by the caller,
to avoid having to use thread local storage.
Using this extra parameter will be done in a separate fix,
this change is for the interface only.

Adjusted all the code and unit tests accordingly.
2010-07-09 17:00:24 -06:00
..
psi Bug#55087 Performance schema: optimization of the instrumentation interface 2010-07-09 17:00:24 -06:00
innodb_priv.h WL#5030: Splitting mysql_priv.h 2010-04-21 00:29:30 +02:00
plugin.h Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. 2010-04-30 00:33:06 +04:00
plugin.h.pp Manual merge of mysql-5.1-bugteam to mysql-trunk-merge. 2010-04-30 00:33:06 +04:00
plugin_audit.h BUG#47059 - In audit plugin I cannot see the event subclasses, 2010-04-15 13:05:17 +04:00
plugin_ftparser.h Backport from 6.0-codebase. 2009-12-15 23:52:47 +04:00
service_my_snprintf.h WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
service_thd_alloc.h WL#4903 Plugin Service API part I 2009-11-02 21:05:42 +01:00
services.h WL#4903 Plugin Service API part I 2009-11-02 21:05:42 +01:00