diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-06-29 22:17:16 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-06-29 22:17:16 +0400 |
commit | b9093d370bc8185ed067b41a6d5765a26ef21f89 (patch) | |
tree | febe73e9c78980d3f74b1b620c53edeacc798ebf /sql/my_apc.cc | |
parent | 94bf016321825209353b41c03e0ea8399787303e (diff) | |
download | mariadb-git-b9093d370bc8185ed067b41a6d5765a26ef21f89.tar.gz |
MWL#182: Explain running statements: address review feedback
- Fix the year in Monty Program Ab copyrights in the new files.
- Fix permissions handling so that SHOW EXPLAIN's handling is the
same as SHOW PROCESSLIST's.
Diffstat (limited to 'sql/my_apc.cc')
-rw-r--r-- | sql/my_apc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/my_apc.cc b/sql/my_apc.cc index 48d539aed78..b5f2300c17f 100644 --- a/sql/my_apc.cc +++ b/sql/my_apc.cc @@ -1,5 +1,5 @@ /* - Copyright (c) 2009, 2011, Monty Program Ab + Copyright (c) 2011 - 2012, Monty Program Ab This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |