~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/sql_profile.cc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#define MAX_QUERY_LENGTH 300
40
40
 
41
 
/* Reserved for systems that can't record the function name in source. */
42
 
const char * const _unknown_func_ = "<unknown>";
43
 
 
44
41
/**
45
42
  Connects Information_Schema and Profiling.
46
43
*/