mariadb/storage/perfschema/unittest
Marc Alff ec41287630 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
..
CMakeLists.txt Post-merge fixes , define HAVE_RWLOCK_T on Solaris define 2010-01-14 18:42:28 +00:00
conf.txt WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
Makefile.am WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
pfs-t.cc Bug#55087 Performance schema: optimization of the instrumentation interface 2010-07-09 17:00:24 -06:00
pfs_instr-oom-t.cc Fix perfschema unittests build on Windows 2010-04-13 13:48:46 +02:00
pfs_instr-t.cc Fix perfschema unittests build on Windows 2010-04-13 13:48:46 +02:00
pfs_instr_class-oom-t.cc Fix perfschema unittests build on Windows 2010-04-13 13:48:46 +02:00
pfs_instr_class-t.cc Fix perfschema unittests build on Windows 2010-04-13 13:48:46 +02:00
pfs_timer-t.cc Bug#52754 Build break in mysql-trunk, performance schema unit test 2010-04-12 03:31:45 -06:00
stub_pfs_global.h WL#2360 Performance schema 2010-01-11 18:47:27 -07:00
stub_print_error.h WL#2360 Performance schema 2010-01-11 18:47:27 -07:00