summaryrefslogtreecommitdiff
path: root/sql/sql_profile.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+3
* MDEV-19843 Modify ST_FIELD_INFO to use Type_handler and LEX_CSTRINGAlexander Barkov2019-06-241-1/+1
* MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-0/+3
* MDEV-19593 Split create_schema_table() into virtual methods in Type_handlerAlexander Barkov2019-05-251-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | Add more execution stages (commit, rollback, etc)Monty2017-11-051-1/+1
|/ / /
* | | Reuse THD for new user connectionsMonty2016-06-041-0/+1
|/ /
* | MDEV-7999 - PROFILING routines take 0.2% when profiling disabledSergey Vojtovich2015-05-131-7/+37
* | MDEV-7945 - THD::enter_stage() takes 0.48% in OLTP ROSergey Vojtovich2015-05-131-1/+8
|/
* 5.3 mergeSergei Golubchik2013-01-151-2/+4
|\
| * mysql-5.1.67 mergeSergei Golubchik2013-01-091-2/+4
| |\
| | * Bug#14629232 SECURITY VULNERABILITY WITH SHOW PROFILEMarc Alff2012-10-121-2/+4
| * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+5
| |\ \ | | |/
* | | MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-311-1/+1
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \
| * \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\ \
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-1/+1
| | | * | Push history-limiting code until after the code that adds new unknown2007-11-141-63/+19
* | | | | merge.Sergei Golubchik2010-11-251-0/+6
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Patch set contributed by Alex Budovski (MCA)Michael Widenius2010-01-291-0/+8
| * | | proc_info_hook, mysys access to thd->proc_infoSergei Golubchik2008-08-271-21/+0
* | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-2/+2
* | | | A post-fix patch for WL#4877/WL#5030:Alexander Nozdrin2010-04-121-1/+1
* | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+8
* | | | Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-0/+2
|\ \ \ \
| * | | | Bug#50057: 'SHOW PROFILE CPU' port for Windows.Vladislav Vaintroub2010-02-051-0/+2
* | | | | Backport of:Konstantin Osipov2009-12-031-8/+0
|/ / / /
* | | | Bug #44651 "have_community_features" variable should be renamed Jon Olav Hauglid2009-10-091-1/+1
| |/ / |/| |
* | | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-18/+5
|/ /
* | Correct complaints of reviewers and clean up test.unknown2007-12-141-10/+10
* | Rewrite profiler code to be easier to maintain and less buggy.unknown2007-11-091-45/+18
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-communityunknown2007-10-311-6/+1
|\ \ | |/
| * Track typedef'd struct. Name changed in Enterprise tree, butunknown2007-10-041-2/+2
| * Unify profiling SHOW code and INFORMATION_SCHEMA code forunknown2007-07-021-6/+1
* | Sundry changes to fix merge problems. Most of these are duplicatedunknown2007-10-311-2/+2
* | Fix up merge. Some macros are now functions. Some functions areunknown2007-05-021-18/+1
* | Wrap code specific to the comunity-server in additional CPP #ifdef .unknown2007-04-241-1/+1
|/
* Changing the state of whether we're recording profiling informationunknown2007-04-061-0/+1
* Backport:unknown2007-04-031-3/+108
* Patch to release clone. Fixes two post-pushbuild discovered failures.unknown2007-03-021-6/+6
* Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>unknown2007-02-261-2/+1
* Prevent bugs by making DBUG_* expressions syntactically equivalent unknown2007-02-221-97/+151
* Bug#24795: Add SHOW PROFILEunknown2007-01-031-0/+187