mariadb/dict
jyang 8610f05afe branches/innodb+: Merge branches/perfschema back into innodb+.
Check in code change for implementing Performace Schema in InnoDB.
Objects in four different modules in InnoDB have been performance
instrumented, these modules are:
1) mutexes
2) rwlocks
3) file I/O
4) threads

We mostly preserved the existing APIs, but APIs would point to
instrumented function wrappers if performance schema is defined.
There are 4 different defines that controls the instrumentation of
each module.  The feature is off by default, and will be compiled in
with special build option, and requre configure option to turn it on
when server boots.  For more detail design and functional information,
please refer to performance schema wiki page.

rb://270 approved by Marko Mäkelä
2010-03-29 07:34:42 +00:00
..
dict0boot.c branches/innodb+: Merge revisions 6560:6773 from branches/zip: 2010-03-04 10:15:07 +00:00
dict0crea.c Non-functional change: update copyright year to 2010 of the files 2010-02-20 16:45:41 +00:00
dict0dict.c branches/innodb+: Merge branches/perfschema back into innodb+. 2010-03-29 07:34:42 +00:00
dict0load.c Non-functional change: update copyright year to 2010 of the files 2010-02-20 16:45:41 +00:00
dict0mem.c branches/innodb+: Merge branches/perfschema back into innodb+. 2010-03-29 07:34:42 +00:00