Skip to content

Instantly share code, notes, and snippets.

@franklinbr
Created June 13, 2016 22:25
Show Gist options
  • Save franklinbr/747b494644803f1db9e4ba5253151783 to your computer and use it in GitHub Desktop.
Save franklinbr/747b494644803f1db9e4ba5253151783 to your computer and use it in GitHub Desktop.
mysql> show function status;
+-------------------+------------------------------------------+----------+----------------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
| Db | Name | Type | Definer | Modified | Created | Security_type | Comment | character_set_client | collation_connection | Database Collation |
+-------------------+------------------------------------------+----------+----------------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
| ocomon | calcTempoUtil | FUNCTION | michelle@10.0.58.116 | 2016-06-13 13:45:24 | 2016-06-13 13:45:24 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
| ocomon | sp_contagem_chamados_por_faixa_horarios2 | FUNCTION | sdkproducao@% | 2013-03-25 17:06:27 | 2013-03-25 17:06:27 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
| ocomonhomologacao | calcTempoUtil | FUNCTION | root@127.0.0.1 | 2016-06-13 13:42:24 | 2016-06-13 13:42:24 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
| ocomonhomologacao | calcTempoUtilb | FUNCTION | root@127.0.0.1 | 2016-06-13 12:44:57 | 2016-06-13 12:44:57 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
| ocomonhomologacao | dataWork | FUNCTION | sdkhomologacao@% | 2016-03-22 15:44:00 | 2016-03-22 15:44:00 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
| ocomoninfra | sp_contagem_chamados_por_faixa_horarios2 | FUNCTION | sdkproducao@% | 2013-03-25 17:44:27 | 2013-03-25 17:44:27 | DEFINER | | utf8 | utf8_general_ci | latin1_swedish_ci |
+-------------------+------------------------------------------+----------+----------------------+---------------------+---------------------+---------------+---------+----------------------+----------------------+--------------------+
6 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment