MySQL Forums
Forum List  »  Quality Assurance

profiling variable on 6.0.0-alpha
Posted by: Carlos Troncoso
Date: October 06, 2007 06:18PM

I havn't been able to use the profliling as explained in http://dev.mysql.com/tech-resources/articles/using-new-query-profiler.html.

As stated:
--------------
Getting started with the SQL Profiler

The SQL Profiler is built into the database server and can be dynamically enabled/disabled via the MySQL client utility. To begin profiling one or more SQL queries, simply issue the following command:

mysql> set profiling=1;
Query OK, 0 rows affected (0.00 sec)
--------------

This is my output.

cosole output:
mysql> set profiling=1;
ERROR 1193 (HY000): Unknown system variable 'profiling'

So, has this valuable option been dropped?
Is it now a pluggin / option or whatever?

THX

Options: ReplyQuote


Subject
Views
Written By
Posted
profiling variable on 6.0.0-alpha
4024
October 06, 2007 06:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.