{"id":154,"date":"2011-10-12T11:17:39","date_gmt":"2011-10-12T16:17:39","guid":{"rendered":"http:\/\/thenoyes.com\/littlenoise\/?p=154"},"modified":"2011-10-12T11:17:39","modified_gmt":"2011-10-12T16:17:39","slug":"show-create-trigger-5-0","status":"publish","type":"post","link":"https:\/\/thenoyes.com\/littlenoise\/?p=154","title":{"rendered":"SHOW CREATE TRIGGER 5.0"},"content":{"rendered":"<p>SHOW CREATE TRIGGER for 5.0 &#8211; 5.1.20<\/p>\n<pre>CREATE FUNCTION SHOW_CREATE_TRIGGER(in_trigger varchar(255)) \r\nRETURNS text READS SQL DATA \r\nBEGIN\r\n    DECLARE returnText text;\r\n    SELECT CONCAT_WS(\r\n        \" \",\r\n        \"CREATE TRIGGER\", \r\n        TRIGGER_NAME, \r\n        ACTION_TIMING, \r\n        EVENT_MANIPULATION, \r\n        \"ON\", \r\n        EVENT_OBJECT_TABLE, \r\n        \"FOR EACH ROW\", \r\n        ACTION_STATEMENT) into returnText\r\n    FROM information_schema.triggers;\r\nRETURN returnText;\r\nEND<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SHOW CREATE TRIGGER for 5.0 &#8211; 5.1.20 CREATE FUNCTION SHOW_CREATE_TRIGGER(in_trigger varchar(255)) RETURNS text READS SQL DATA BEGIN DECLARE returnText text; SELECT CONCAT_WS( &#8221; &#8220;, &#8220;CREATE TRIGGER&#8221;, TRIGGER_NAME, ACTION_TIMING, EVENT_MANIPULATION, &#8220;ON&#8221;, EVENT_OBJECT_TABLE, &#8220;FOR EACH ROW&#8221;, ACTION_STATEMENT) into returnText FROM information_schema.triggers; RETURN returnText; END<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[4],"tags":[],"class_list":["post-154","post","type-post","status-publish","format-standard","hentry","category-mysql"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2IBF1-2u","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts\/154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=154"}],"version-history":[{"count":1,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts\/154\/revisions"}],"predecessor-version":[{"id":155,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=\/wp\/v2\/posts\/154\/revisions\/155"}],"wp:attachment":[{"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thenoyes.com\/littlenoise\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}