diff options
author | Chad MILLER <chad@mysql.com> | 2009-05-05 17:03:23 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2009-05-05 17:03:23 -0400 |
commit | 4822696ecb7302efc543e0be109f1c2a8f1bdf4e (patch) | |
tree | 14698de1876a7bea69d52b7f7ddaedbf0877551f /mysql-test/t | |
parent | 14f923c0286588f9f391a2fda8b9fab5a4e2953c (diff) | |
download | mariadb-git-4822696ecb7302efc543e0be109f1c2a8f1bdf4e.tar.gz |
Pull 5.1 treatment of community features into 5.0.
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/profiling.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/profiling.test b/mysql-test/t/profiling.test index ffd38caf781..29b694fa0bd 100644 --- a/mysql-test/t/profiling.test +++ b/mysql-test/t/profiling.test @@ -1,3 +1,5 @@ +--source include/have_profiling.inc + # Verify that the protocol isn't violated if we ask for profiling info # before profiling has recorded anything. show profiles; |