Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. mysql> show procedure status;
  2. +------------+-----------------------+-----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  3. | Db | Name | Type | Definer | Modified | Created | Security_type | Comment | character_set_client | collation_connection | Database Collation |
  4. +------------+-----------------------+-----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  5. | ks_dotcms4 | checkVersions | PROCEDURE | root@localhost | 2015-01-26 07:44:57 | 2015-01-26 07:44:57 | DEFINER | | utf8 | utf8_general_ci | utf8_general_ci |
  6. | ks_dotcms4 | load_records_to_index | PROCEDURE | root@localhost | 2015-01-26 07:44:57 | 2015-01-26 07:44:57 | DEFINER | | utf8 | utf8_general_ci | utf8_general_ci |
  7. | ks_dotcms4 | renameFolderChildren | PROCEDURE | root@localhost | 2015-01-26 07:44:57 | 2015-01-26 07:44:57 | DEFINER | | utf8 | utf8_general_ci | utf8_general_ci |
  8. +------------+-----------------------+-----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  9. 3 rows in set (0.00 sec)
  10. mysql> show function status;
  11. +------------+---------------+----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  12. | Db | Name | Type | Definer | Modified | Created | Security_type | Comment | character_set_client | collation_connection | Database Collation |
  13. +------------+---------------+----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  14. | ks_dotcms4 | dotFolderPath | FUNCTION | root@localhost | 2015-01-26 07:44:57 | 2015-01-26 07:44:57 | DEFINER | | utf8 | utf8_general_ci | utf8_general_ci |
  15. +------------+---------------+----------+----------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
  16. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement