diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-03-09 16:15:15 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-03-09 16:15:15 +0100 |
commit | bf98cc7bccc02b4fb9b65193a506b349d9386f86 (patch) | |
tree | cde6e34adef19d1e1345439290453d220ab6bc0c /client | |
parent | d4a81d963296667444da60a8160c7125fed12ac1 (diff) | |
parent | 35f5e9c78c25267c301212cfef757cfc933f9541 (diff) | |
download | mariadb-git-bf98cc7bccc02b4fb9b65193a506b349d9386f86.tar.gz |
merge from trunk
Diffstat (limited to 'client')
-rw-r--r-- | client/client_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_priv.h b/client/client_priv.h index 27ba3c973c5..799f6aaec2f 100644 --- a/client/client_priv.h +++ b/client/client_priv.h @@ -101,7 +101,7 @@ enum options_client /** First mysql version supporting the performance schema. */ -#define FIRST_PERFORMANCE_SCHEMA_VERSION 50599 +#define FIRST_PERFORMANCE_SCHEMA_VERSION 50503 /** Name of the performance schema database. |