summaryrefslogtreecommitdiff
path: root/sql/sql_profile.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#12756017 - PROFILING: SET_THD_PROC_INFO DOES NOT NEED TO CALL DIRNAME_LEN...Tor Didriksen2011-07-201-1/+1
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | * Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-1/+1
| | * backported a change from 5.1Georgi Kodinov2009-05-151-2/+2
| | * fixed a win32 compile errorGeorgi Kodinov2009-05-151-2/+3
| | * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-2/+2
| | * Push history-limiting code until after the code that adds new cmiller@zippy.cornsilk.net2007-11-141-206/+217
* | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-4/+2
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+5
* | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-5/+45
|\ \ \
| * \ \ Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-0/+43
| |\ \ \
| | * | | Bug#50057: 'SHOW PROFILE CPU' port for Windows.Vladislav Vaintroub2010-02-051-0/+43
| * | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-2/+2
| |\ \ \ \ | | |/ / /
| | * | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-2/+2
| * | | | Backport of:Konstantin Osipov2009-12-031-3/+0
| |/ / /
* | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-6/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-6/+6
* | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-1/+1
* | | Bug #44651 "have_community_features" variable should be renamed Jon Olav Hauglid2009-10-091-2/+2
|/ /
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
* | Fixed a warning in sql_profile.ccGeorgi Kodinov2009-01-121-2/+2
* | Fix a compilation failure of the community tree.kostja@dipika.(none)2008-02-191-1/+1
* | Insert profiling instructions into s-p code to make each statementcmiller@zippy.cornsilk.net2007-11-131-1/+3
* | Don't start profiling too soon. Begin timing when the packet is cmiller@zippy.cornsilk.net2007-11-091-0/+1
* | Rewrite profiler code to be easier to maintain and less buggy.cmiller@zippy.cornsilk.net2007-11-091-202/+209
* | Fix several merge problems. There are many changes in 5.1 from 5.0cmiller@zippy.cornsilk.net2007-11-021-19/+20
* | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-communitycmiller@zippy.cornsilk.net2007-10-311-245/+102
|\ \
| * | Push history-limiting code until after the code that adds new cmiller@zippy.cornsilk.net2007-10-311-3/+3
| |/
| * Track typedef'd struct. Name changed in Enterprise tree, butcmiller@zippy.cornsilk.net2007-10-041-2/+2
| * In 5.0, Field_double::val_str uses "%g" to render floating pointcmiller@zippy.cornsilk.net2007-07-031-10/+25
| * Unify profiling SHOW code and INFORMATION_SCHEMA code forcmiller@zippy.cornsilk.net2007-07-021-253/+95
* | Sundry changes to fix merge problems. Most of these are duplicatedcmiller@zippy.cornsilk.net2007-10-311-22/+22
* | Fix up merge. Some macros are now functions. Some functions arecmiller@zippy.cornsilk.net2007-05-021-1/+1
* | Wrap code specific to the comunity-server in additional CPP #ifdef .cmiller@zippy.cornsilk.net2007-04-241-2/+2
|/
* Changing the state of whether we're recording profiling informationcmiller@zippy.cornsilk.net2007-04-061-3/+15
* Unreported minor bug: We start numbering query IDs at zero, whichcmiller@zippy.cornsilk.net2007-04-031-2/+2
* Backport:cmiller@zippy.cornsilk.net2007-04-031-0/+11
* Backport:cmiller@zippy.cornsilk.net2007-04-031-46/+61
* Backport:cmiller@zippy.cornsilk.net2007-04-031-72/+39
* Patch to release clone. Fixes two post-pushbuild discovered failures.cmiller@zippy.cornsilk.net2007-03-021-2/+2
* Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>cmiller@calliope.local.cmiller/calliope.local2007-02-261-52/+38
* Disambiguate method call. (Windows compiler error.)cmiller@zippy.cornsilk.net2007-02-221-1/+1
* Prevent bugs by making DBUG_* expressions syntactically equivalent cmiller@zippy.cornsilk.net2007-02-221-130/+502
* Bug#24795: Add SHOW PROFILEcmiller@zippy.cornsilk.net2007-01-031-0/+441