mariadb/ut
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
..
ut0auxconf_atomic_pthread_t_gcc.c branches/innodb+: Merge revisions 4660:5090 from branches/zip: 2009-05-25 06:20:53 +00:00
ut0auxconf_atomic_pthread_t_solaris.c branches/innodb+: Merged revisions 5525:5971 from branches/zip 2009-09-28 17:34:23 +00:00
ut0auxconf_have_gcc_atomics.c branches/innodb+: Merged revisions 5525:5971 from branches/zip 2009-09-28 17:34:23 +00:00
ut0auxconf_have_solaris_atomics.c branches/innodb+: Merge revisions 4660:5090 from branches/zip: 2009-05-25 06:20:53 +00:00
ut0auxconf_pause.c branches/innodb+: Merged revisions 5525:5971 from branches/zip 2009-09-28 17:34:23 +00:00
ut0auxconf_sizeof_pthread_t.c branches/innodb+: Merge revisions 4660:5090 from branches/zip: 2009-05-25 06:20:53 +00:00
ut0byte.c branches/innodb+: Merge revisions 5091:5143 from branches/zip: 2009-05-27 09:52:16 +00:00
ut0dbg.c branches/innodb+: Merge revisions 5091:5143 from branches/zip: 2009-05-27 09:52:16 +00:00
ut0list.c branches/innodb+: Merge revisions 5091:5143 from branches/zip: 2009-05-27 09:52:16 +00:00
ut0mem.c branches/innodb+: Merge revisions r5971:6130 from branches/zip. 2009-11-04 06:02:00 +00:00
ut0rbt.c branches/innodb+: Merge revisions 5090:5091 from branches/zip: 2009-05-25 06:46:10 +00:00
ut0rnd.c branches/innodb+: Merge revisions 5091:5143 from branches/zip: 2009-05-27 09:52:16 +00:00
ut0ut.c Non-functional change: update copyright year to 2010 of the files 2010-03-26 14:19:01 +00:00
ut0vec.c branches/innodb+: Merge revisions 5091:5143 from branches/zip: 2009-05-27 09:52:16 +00:00
ut0wqueue.c branches/innodb+: Merge branches/perfschema back into innodb+. 2010-03-29 07:34:42 +00:00