1	SELECT * FROM tags
2	SELECT @@version_comment LIMIT ?
2b	SELECT @@version_comment LIMIT 1 , 2
2c	SELECT @@version_comment LIMIT 2 OFFSET 1
3	SHOW TABLES
3b	SHOW TABLES FROM mem
3c	SHOW TABLES FROM mem WHERE foo = ?
4	SHOW DATABASES
4b	SHOW DATABASES LIKE ?
5	SELECT ?
6	ALTER TABLE auth_user_user_permissions ADD CONSTRAINT user_id_refs_id_166738bf2045483 FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
7	TRUNCATE auth_group ;
8	ALTER TABLE app_userprofile AUTO_INCREMENT = ? ;
9	SHOW CREATE TABLE mem . graph_variables_v2
10	SHOW FULL COLUMNS FROM rules FROM mem LIKE ?
11	TRUNCATE app_yeast ;
12	ALTER TABLE app_style ADD CONSTRAINT parent_id_refs_id_207218969d75db37 FOREIGN KEY ( parent_id ) REFERENCES app_style ( id ) ;
13	ALTER TABLE app_userprofile ADD CONSTRAINT user_id_refs_id_21d2d3dcdbfeeb97 FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
14	TRUNCATE django_content_type ;
15	CREATE TABLE auth_group_permissions ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , group_id INTEGER NOT NULL , permission_id INTEGER NOT NULL , UNIQUE ( group_id , permission_id ) ) ;
16	SHOW INDEX FROM hilo_sequence_rule_eval_results FROM mem
17	SHOW CREATE TABLE mem . rule_eval_result_vars
18	SHOW FULL COLUMNS FROM inventory_types FROM mem LIKE ?
19	ALTER TABLE app_recipegrain AUTO_INCREMENT = ? ;
20	CREATE TABLE app_recipe ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , author_id INTEGER NOT NULL , name VARCHAR( ? ) NOT NULL , insert_date datetime NOT NULL , batch_size NUMERIC( ? , ? ) NOT NULL , batch_size_units VARCHAR( ? ) NOT NULL , style_id INTEGER NULL , derived_from_recipe_id INTEGER NULL , type VARCHAR( ? ) NOT NULL , source_url VARCHAR( ? ) NULL , notes LONGTEXT NULL ) ;
21	SHOW CREATE TABLE mem . inventory_instances
22	SHOW INDEX FROM inventory_types FROM mem
23a	SELECT foo, bar FROM table1 t1 INNER JOIN table3 t3 ON (t1.col = t3.col) LEFT OUTER JOIN table2 t2 ON ( t3.col = t2.col ) WHERE t1.foo = ?
23b	SELECT foo, bar FROM table1 t1 INNER JOIN table3 t3 ON (t1.t1 = t3.t3) LEFT OUTER JOIN table2 t2 ON ( t3.t3_2 = t2.t2_2 )
23	SELECT hibinvento0_ . instance_id AS instance1_5_2_ , hibinvento0_ . instance_name AS instance2_5_2_ , hibinvento0_ . type_id AS type3_5_2_ , hibinvento0_ . parent_id AS parent4_5_2_ , hibinvento0_ . insert_count AS insert5_5_2_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento0_ . type_id ) AS clazz_2_ , hibtype1_ . type_id AS type1_3_0_ , hibtype1_ . type_name AS type2_3_0_ , hibtype1_ . namespace_id AS namespace3_3_0_ , hibtype1_ . insert_count AS insert4_3_0_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype1_ . type_id ) AS clazz_0_ , hibnamespa2_ . namespace_id AS namespace1_2_1_ , hibnamespa2_ . namespace AS namespace2_1_ FROM inventory_instances hibinvento0_ INNER JOIN inventory_types hibtype1_ ON hibinvento0_ . type_id = hibtype1_ . type_id LEFT OUTER JOIN inventory_namespaces hibnamespa2_ ON hibtype1_ . namespace_id = hibnamespa2_ . namespace_id WHERE hibinvento0_ . instance_id = ?
24	CREATE TABLE auth_permission ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , content_type_id INTEGER NOT NULL , codename VARCHAR( ? ) NOT NULL , UNIQUE ( content_type_id , codename ) ) ;
25	SHOW CREATE TABLE mem . rule_schedules
26	SHOW INDEX FROM hilo_sequence_inventory_attributes FROM mem
27	SHOW INDEX FROM migration_migration_state FROM mem
28	SELECT thresholds0_ . rule_id AS rule5_1_ , thresholds0_ . threshold_id AS threshold1_1_ , thresholds0_ . threshold_id AS threshold1_22_0_ , thresholds0_ . level AS level22_0_ , thresholds0_ . value AS value22_0_ , thresholds0_ . variable AS variable22_0_ FROM rule_thresholds thresholds0_ WHERE thresholds0_ . rule_id = ?
29	SELECT this_ . instance_id AS instance1_5_2_ , this_ . instance_name AS instance2_5_2_ , this_ . type_id AS type3_5_2_ , this_ . parent_id AS parent4_5_2_ , this_ . insert_count AS insert5_5_2_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = this_ . type_id ) AS clazz_2_ , hibtype2_ . type_id AS type1_3_0_ , hibtype2_ . type_name AS type2_3_0_ , hibtype2_ . namespace_id AS namespace3_3_0_ , hibtype2_ . insert_count AS insert4_3_0_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype2_ . type_id ) AS clazz_0_ , hibnamespa3_ . namespace_id AS namespace1_2_1_ , hibnamespa3_ . namespace AS namespace2_1_ FROM inventory_instances this_ INNER JOIN inventory_types hibtype2_ ON this_ . type_id = hibtype2_ . type_id LEFT OUTER JOIN inventory_namespaces hibnamespa3_ ON hibtype2_ . namespace_id = hibnamespa3_ . namespace_id WHERE ( this_ . type_id = ? AND this_ . instance_name = ? )
30	ALTER TABLE django_admin_log AUTO_INCREMENT = ? ;
31	SHOW CREATE TABLE mem . rule_alarms
32	SHOW TABLE STATUS LIKE ?
33	SHOW INDEX FROM inventory_instances FROM mem
34	ALTER TABLE django_admin_log ADD CONSTRAINT content_type_id_refs_id_5c269194288599e6 FOREIGN KEY ( content_type_id ) REFERENCES django_content_type ( id ) ;
35	CREATE INDEX app_starredrecipe_recipe_id ON app_starredrecipe ( recipe_id ) ;
36	SELECT hibnamedgr0_ . group_id AS group1_7_0_ , hibinvento2_ . instance_id AS instance1_5_1_ , hibnamedgr0_ . group_name AS group2_7_0_ , hibinvento2_ . instance_name AS instance2_5_1_ , hibinvento2_ . type_id AS type3_5_1_ , hibinvento2_ . parent_id AS parent4_5_1_ , hibinvento2_ . insert_count AS insert5_5_1_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento2_ . type_id ) AS clazz_1_ , members0x1_ . group_id AS group1_0__ , members0x1_ . instance_id AS instance2_0__ FROM group_names hibnamedgr0_ LEFT OUTER JOIN group_members_v2 members0x1_ ON hibnamedgr0_ . group_id = members0x1_ . group_id LEFT OUTER JOIN inventory_instances hibinvento2_ ON members0x1_ . instance_id = hibinvento2_ . instance_id
37	SELECT this_ . attribute_id AS attribute1_4_2_ , this_ . type_id AS type2_4_2_ , this_ . attribute_name AS attribute3_4_2_ , this_ . attribute_type AS attribute4_4_2_ , this_ . insert_count AS insert5_4_2_ , hibtype2_ . type_id AS type1_3_0_ , hibtype2_ . type_name AS type2_3_0_ , hibtype2_ . namespace_id AS namespace3_3_0_ , hibtype2_ . insert_count AS insert4_3_0_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype2_ . type_id ) AS clazz_0_ , hibnamespa3_ . namespace_id AS namespace1_2_1_ , hibnamespa3_ . namespace AS namespace2_1_ FROM inventory_attributes this_ INNER JOIN inventory_types hibtype2_ ON this_ . type_id = hibtype2_ . type_id LEFT OUTER JOIN inventory_namespaces hibnamespa3_ ON hibtype2_ . namespace_id = hibnamespa3_ . namespace_id WHERE ( this_ . type_id = ? AND this_ . attribute_name = ? )
38	SHOW CREATE TABLE mem . user_tags
39	ALTER TABLE app_hop AUTO_INCREMENT = ? ;
40	ALTER TABLE app_recipeadjunct ADD CONSTRAINT adjunct_id_refs_id_c02b7279da6293f FOREIGN KEY ( adjunct_id ) REFERENCES app_adjunct ( id ) ;
41	CREATE INDEX app_recipegrain_grain_id ON app_recipegrain ( grain_id ) ;
42	SHOW INDEX FROM rule_variables FROM mem
43	SELECT MAX( end_time ) FROM dc_ng_double_age2
44	SHOW INDEX FROM resource_bundle FROM mem
45	SHOW FULL COLUMNS FROM inventory_instances FROM mem LIKE ?
46	SHOW INDEX FROM graph_series_v2 FROM mem
47	ALTER TABLE app_adjunct AUTO_INCREMENT = ? ;
48	ALTER TABLE app_starredrecipe ADD CONSTRAINT recipe_id_refs_id_777ab9cdc3324649 FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
49	SHOW INDEX FROM inventory_instance_tags FROM mem
50	INSERT INTO django_site ( domain , name ) VALUES ( ? , ? )
51	ALTER TABLE app_recipeyeast ADD CONSTRAINT recipe_id_refs_id_49e05ee7bf3c77f8 FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
52	SHOW CREATE TABLE mem . migration_status_servers
53	UPDATE inventory_instance_attributes SET supported = ? , frequency = NULL , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = NULL , latest_long_value = ? WHERE instance_attribute_id = ?
54	SHOW FULL COLUMNS FROM graph_series_v2 FROM mem LIKE ?
55	SHOW FULL COLUMNS FROM graph_dc_schedules FROM mem LIKE ?
56	SHOW INDEX FROM migration_status_servers_migration_status_data_collection FROM mem
57	SHOW CREATE TABLE mem . schema_version_v2
58	SHOW FULL COLUMNS FROM hilo_sequence_rule_alarms FROM mem LIKE ?
59	ALTER TABLE auth_user_user_permissions AUTO_INCREMENT = ? ;
60	SELECT MAX( end_time ) FROM dc_ng_double_age0
61	SHOW FULL COLUMNS FROM inventory_instance_tags FROM mem LIKE ?
62	SHOW CREATE TABLE mem . hilo_sequence_rule_eval_results
63	CREATE TABLE app_grain ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , extract_min SMALLINT NULL , extract_max SMALLINT NULL , volume_potential_min SMALLINT NULL , volume_potential_max SMALLINT NULL , lovibond_min SMALLINT NULL , lovibond_max SMALLINT NULL , description VARCHAR( ? ) NOT NULL , group VARCHAR( ? ) NOT NULL ) ;
64	TRUNCATE auth_message ;
65	SHOW FULL COLUMNS FROM migration_status_servers_migration_status_data_collection FROM mem LIKE ?
66	SHOW FULL COLUMNS FROM inventory_instance_attributes FROM mem LIKE ?
67	SHOW INDEX FROM rule_alarms FROM mem
68	SHOW FULL COLUMNS FROM user_form_defaults FROM mem LIKE ?
69	SELECT auth_permission . id , auth_permission . name , auth_permission . content_type_id , auth_permission . codename FROM auth_permission INNER JOIN django_content_type ON ( auth_permission . content_type_id = django_content_type . id ) WHERE ( auth_permission . codename = ? AND auth_permission . content_type_id = ? ) ORDER BY django_content_type . app_label ASC , auth_permission . codename ASC
70	TRUNCATE app_recipehop ;
71	SHOW INDEX FROM hilo_sequence_iia FROM mem
72	SHOW FULL COLUMNS FROM rule_eval_results FROM mem LIKE ?
73	SHOW INDEX FROM system_maps FROM mem
74	SHOW CREATE TABLE mem . whats_new_entries
75	CREATE TABLE auth_user ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , username VARCHAR( ? ) NOT NULL UNIQUE , first_name VARCHAR( ? ) NOT NULL , last_name VARCHAR( ? ) NOT NULL , email VARCHAR( ? ) NOT NULL , password VARCHAR( ? ) NOT NULL , is_staff bool NOT NULL , is_active bool NOT NULL , is_superuser bool NOT NULL , last_login datetime NOT NULL , date_joined datetime NOT NULL ) ;
76	CREATE INDEX app_recipe_style_id ON app_recipe ( style_id ) ;
77	SHOW CREATE TABLE mem . explain_data
78	SHOW CREATE TABLE mem . rule_dc_schedules
79	SHOW CREATE TABLE mem . migration_migration_state
80	SHOW FULL COLUMNS FROM graph_variables_v2 FROM mem LIKE ?
81	SELECT this_ . target_id AS target1_25_0_ , this_ . customSubject AS customSu2_25_0_ , this_ . memAdmin AS memAdmin25_0_ , this_ . name AS name25_0_ , this_ . recipients AS recipients25_0_ , this_ . smsFormat AS smsFormat25_0_ FROM target_email this_
82	SHOW INDEX FROM user_form_defaults FROM mem
83	SHOW FULL COLUMNS FROM group_members_v2 FROM mem LIKE ?
84	SHOW FULL COLUMNS FROM migration_migration_state FROM mem LIKE ?
85	ALTER TABLE app_yeast AUTO_INCREMENT = ? ;
86	CREATE TABLE app_brew ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , brew_date datetime NULL , brewer_id INTEGER NOT NULL , notes LONGTEXT NULL , recipe_id INTEGER NULL , last_update_date datetime NULL , last_state VARCHAR( ? ) NULL , is_done bool NOT NULL ) ;
87	CREATE TABLE app_userprofile ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , user_id INTEGER NOT NULL UNIQUE , pref_brew_type VARCHAR( ? ) NOT NULL , pref_make_starter bool NOT NULL , pref_secondary_ferm bool NOT NULL , pref_dispensing_style VARCHAR( ? ) NOT NULL , timezone VARCHAR( ? ) NOT NULL ) ;
88	SHOW FULL COLUMNS FROM hilo_sequence_iia FROM mem LIKE ?
89	CALL DC_STRING_INSERT( ? , ? , ? )
90	CREATE TABLE auth_user_groups ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , user_id INTEGER NOT NULL , group_id INTEGER NOT NULL , UNIQUE ( user_id , group_id ) ) ;
91	TRUNCATE app_recipeyeast ;
92	CREATE TABLE app_adjunct ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , group VARCHAR( ? ) NOT NULL ) ;
93	DELETE FROM auth_user_groups WHERE user_id = ?
94	SELECT @@version
95	SHOW INDEX FROM rule_eval_result_vars FROM mem
96	TRUNCATE app_recipe ;
97	SELECT hibinstanc1_ . instance_attribute_id AS instance1_6_ , hibinstanc1_ . instance_id AS instance2_6_ , hibinstanc1_ . attribute_id AS attribute3_6_ , hibinstanc1_ . supported AS supported6_ , hibinstanc1_ . frequency AS frequency6_ , hibinstanc1_ . insert_count AS insert6_6_ , hibinstanc1_ . latest_save_time AS latest7_6_ , hibinstanc1_ . latest_string_value AS latest8_6_ , hibinstanc1_ . latest_double_value AS latest9_6_ , hibinstanc1_ . latest_long_value AS latest10_6_ FROM rule_dc_schedules rulevariab0_ INNER JOIN inventory_instance_attributes hibinstanc1_ ON rulevariab0_ . instance_attribute_id = hibinstanc1_ . instance_attribute_id
98	SHOW CREATE TABLE mem . users
99	SHOW CREATE TABLE mem . graph_tags
100	SHOW FULL COLUMNS FROM hilo_sequence_inventory_types FROM mem LIKE ?
101	SHOW CREATE TABLE mem . inventory_instance_attributes
102	SHOW INDEX FROM inventory_instance_attributes FROM mem
103	CREATE INDEX app_brew_recipe_id ON app_brew ( recipe_id ) ;
104	CREATE TABLE django_site ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , domain VARCHAR( ? ) NOT NULL , name VARCHAR( ? ) NOT NULL ) ;
105	SHOW TABLES
106	SHOW CREATE TABLE mem . graph_schedules
107	TRUNCATE app_recipegrain ;
108	SELECT MAX( end_time ) FROM dc_ng_long_age2
109	SHOW INDEX FROM graph_dc_schedules FROM mem
110	SHOW FULL COLUMNS FROM tags FROM mem LIKE ?
111	SHOW INDEX FROM loghistogram_data FROM mem
112	CREATE INDEX app_brew_brewer_id ON app_brew ( brewer_id ) ;
113	ALTER TABLE app_yeast ADD CONSTRAINT manufacturer_id_refs_id_590412a78c5bb44c FOREIGN KEY ( manufacturer_id ) REFERENCES app_yeastmanufacturer ( id ) ;
114	ALTER TABLE app_mockstep ADD CONSTRAINT step_ptr_id_refs_id_12ffba2120134a27 FOREIGN KEY ( step_ptr_id ) REFERENCES app_step ( id ) ;
115	CREATE TABLE app_yeast ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , manufacturer_id INTEGER NOT NULL , ident VARCHAR( ? ) NOT NULL , name VARCHAR( ? ) NOT NULL , description VARCHAR( ? ) NOT NULL , type VARCHAR( ? ) NOT NULL ) ;
116	ALTER TABLE south_migrationhistory AUTO_INCREMENT = ? ;
117	SELECT MAX( end_time ) FROM dc_ng_double_age1
118	SHOW CREATE TABLE mem . inventory_instance_tags
119	SHOW FULL COLUMNS FROM hilo_sequence_inventory_namespaces FROM mem LIKE ?
120	SELECT DISTINCT hibinvento2_ . instance_id AS instance1_5_ , hibinvento2_ . instance_name AS instance2_5_ , hibinvento2_ . type_id AS type3_5_ , hibinvento2_ . parent_id AS parent4_5_ , hibinvento2_ . insert_count AS insert5_5_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento2_ . type_id ) AS clazz_ FROM rule_dc_schedules rulevariab0_ , inventory_instance_attributes hibinstanc1_ INNER JOIN inventory_instances hibinvento2_ ON hibinstanc1_ . instance_id = hibinvento2_ . instance_id WHERE rulevariab0_ . instance_attribute_id = hibinstanc1_ . instance_attribute_id
121	SELECT hibevalres0_ . result_id AS result1_9_ , hibevalres0_ . alarm_id AS alarm2_9_ , hibevalres0_ . TIME AS time9_ , hibevalres0_ . level AS level9_ , variables1_ . result_id AS result1_0__ , variables1_ . value AS value0__ , variables1_ . variable AS variable0__ FROM rule_eval_results hibevalres0_ LEFT OUTER JOIN rule_eval_result_vars variables1_ ON hibevalres0_ . result_id = variables1_ . result_id WHERE hibevalres0_ . alarm_id = ? AND hibevalres0_ . TIME = ( SELECT MAX( hibevalres2_ . TIME ) FROM rule_eval_results hibevalres2_ WHERE hibevalres2_ . alarm_id = ? )
122	SHOW CREATE TABLE mem . rule_variables
123	SELECT this_ . graph_id AS graph1_27_1_ , this_ . frequency AS frequency27_1_ , this_ . range_label AS range3_27_1_ , this_ . title AS title27_1_ , this_ . uuid AS uuid27_1_ , this_ . version AS version27_1_ , variables2_ . graph_id AS graph5_3_ , variables2_ . variable_id AS variable1_3_ , variables2_ . variable_id AS variable1_29_0_ , variables2_ . attribute_id AS attribute4_29_0_ , variables2_ . instance_name AS instance2_29_0_ , variables2_ . name AS name29_0_ FROM graphs this_ LEFT OUTER JOIN graph_variables_v2 variables2_ ON this_ . graph_id = variables2_ . graph_id
124	SHOW FULL COLUMNS FROM migration_status_data_collection FROM mem LIKE ?
125	SHOW CREATE TABLE mem . system_maps
126	CREATE TABLE app_step ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , brew_id INTEGER NOT NULL , type VARCHAR( ? ) NOT NULL , date datetime NOT NULL , entry_date datetime NOT NULL , volume NUMERIC( ? , ? ) NULL , volume_units VARCHAR( ? ) NULL , temp INTEGER NULL , temp_units VARCHAR( ? ) NULL , gravity_read NUMERIC( ? , ? ) NULL , gravity_read_temp INTEGER NULL , gravity_read_temp_units VARCHAR( ? ) NULL , notes VARCHAR( ? ) NOT NULL ) ;
127	CREATE INDEX django_admin_log_content_type_id ON django_admin_log ( content_type_id ) ;
128	SHOW FULL COLUMNS FROM resource_bundle FROM mem LIKE ?
129	ALTER TABLE django_content_type AUTO_INCREMENT = ? ;
130	ALTER TABLE auth_permission ADD CONSTRAINT content_type_id_refs_id_6bc81a32728de91f FOREIGN KEY ( content_type_id ) REFERENCES django_content_type ( id ) ;
131	SHOW INDEX FROM rule_eval_results FROM mem
132	SHOW FULL COLUMNS FROM migration_status_servers_migration_state FROM mem LIKE ?
133	SELECT containedm0_ . map_id AS map1_0_ , containedm0_ . entry_value AS entry2_0_ , containedm0_ . entry_key AS entry3_0_ FROM map_entries containedm0_ WHERE containedm0_ . map_id = ?
134	ALTER TABLE app_recipe AUTO_INCREMENT = ? ;
135	ALTER TABLE auth_message ADD CONSTRAINT user_id_refs_id_7837edc69af0b65a FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
136	ALTER TABLE app_recipe ADD CONSTRAINT derived_from_recipe_id_refs_id_16a9d181f9f06875 FOREIGN KEY ( derived_from_recipe_id ) REFERENCES app_recipe ( id ) ;
137	SHOW FULL COLUMNS FROM graph_schedules FROM mem LIKE ?
138	SELECT ? AS DUMMY , VARIABLE_VALUE FROM INFORMATION_SCHEMA . GLOBAL_VARIABLES WHERE VARIABLE_NAME = ?
139	SHOW INDEX FROM graph_schedules FROM mem
140	SHOW INDEX FROM graph_variables_v2 FROM mem
141	SHOW INDEX FROM graph_tags FROM mem
142	INSERT INTO django_session ( session_key , session_data , expire_date ) VALUES ( ? , ? , ? )
143	ALTER TABLE app_style AUTO_INCREMENT = ? ;
144	SHOW FULL COLUMNS FROM system_maps FROM mem LIKE ?
145	CREATE INDEX app_recipegrain_recipe_id ON app_recipegrain ( recipe_id ) ;
146	ALTER TABLE app_brew ADD CONSTRAINT recipe_id_refs_id_4bebbbef5cc61b01 FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
147	INSERT IGNORE INTO dc_p_long ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? )
148	SHOW INDEX FROM user_tags FROM mem
149	SHOW CREATE TABLE mem . resource_bundle_map
150	SHOW INDEX FROM hilo_sequence_rule_alarms FROM mem
151	SHOW INDEX FROM statement_data FROM mem
152	SELECT django_site . id , django_site . domain , django_site . name FROM django_site WHERE django_site . id = ? ORDER BY django_site . domain ASC
153	SELECT auth_user . id , auth_user . username , auth_user . first_name , auth_user . last_name , auth_user . email , auth_user . password , auth_user . is_staff , auth_user . is_active , auth_user . is_superuser , auth_user . last_login , auth_user . date_joined FROM auth_user WHERE auth_user . username = ?
154	ALTER TABLE app_recipehop AUTO_INCREMENT = ? ;
155	CREATE TABLE app_hop ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , aau_low NUMERIC( ? , ? ) NOT NULL , aau_high NUMERIC( ? , ? ) NOT NULL ) ;
156	ALTER TABLE auth_user_groups ADD CONSTRAINT user_id_refs_id_1993cb70831107f1 FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
157	ALTER TABLE app_recipe ADD CONSTRAINT author_id_refs_id_bef297bfea42c44 FOREIGN KEY ( author_id ) REFERENCES auth_user ( id ) ;
158	SELECT loghistogr0_ . type_id AS type1_3_ , loghistogr0_ . type_name AS type2_3_ , loghistogr0_ . namespace_id AS namespace3_3_ , loghistogr0_ . insert_count AS insert4_3_ FROM inventory_types loghistogr0_ , inventory_namespaces hibnamespa1_ WHERE ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = loghistogr0_ . type_id ) = ? AND loghistogr0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND loghistogr0_ . type_name = ?
159	SHOW CREATE TABLE mem . tags
160	SHOW FULL COLUMNS FROM support_portal_issues FROM mem LIKE ?
161	SELECT hibrule0_ . rule_id AS rule1_20_ , hibrule0_ . advice AS advice20_ , hibrule0_ . certified AS certified20_ , hibrule0_ . command AS command20_ , hibrule0_ . default_frequency AS default5_20_ , hibrule0_ . description AS descript6_20_ , hibrule0_ . dirty AS dirty20_ , hibrule0_ . expression AS expression20_ , hibrule0_ . info AS info20_ , hibrule0_ . name AS name20_ , hibrule0_ . uuid AS uuid20_ , hibrule0_ . version AS version20_ FROM rules hibrule0_
162	ALTER TABLE app_recipehop ADD CONSTRAINT recipe_id_refs_id_2876974350134f61 FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
163	ALTER TABLE auth_group_permissions AUTO_INCREMENT = ? ;
164	CREATE INDEX app_recipehop_hop_id ON app_recipehop ( hop_id ) ;
165	TRUNCATE django_admin_log ;
166	ALTER TABLE app_brew ADD CONSTRAINT brewer_id_refs_id_2bbc482ee2cc54d0 FOREIGN KEY ( brewer_id ) REFERENCES auth_user ( id ) ;
167	SELECT hibrulesch0_ . schedule_id AS schedule1_24_0_ , hibalarm1_ . alarm_id AS alarm1_11_1_ , hibevalres4_ . result_id AS result1_9_2_ , variables2_ . instance_attribute_id AS instance2_26_3_ , variables2_ . rule_schedule_id AS rule3_26_3_ , variables2_ . variable_id AS variable1_26_3_ , hibrulesch0_ . alarm_id AS alarm7_24_0_ , hibrulesch0_ . autoCloseEnabled AS autoClos2_24_0_ , hibrulesch0_ . autoCloseNote AS autoClos3_24_0_ , hibrulesch0_ . enabled AS enabled24_0_ , hibrulesch0_ . frequency AS frequency24_0_ , hibrulesch0_ . instance_id AS instance8_24_0_ , hibrulesch0_ . rule_id AS rule9_24_0_ , hibrulesch0_ . snmpEnabled AS snmpEnab6_24_0_ , hibalarm1_ . schedule_id AS schedule2_11_1_ , hibalarm1_ . severe_result_id AS severe3_11_1_ , hibalarm1_ . fixed_time AS fixed4_11_1_ , hibalarm1_ . email_targets AS email5_11_1_ , hibalarm1_ . notes AS notes11_1_ , hibalarm1_ . fixed_by_user_id AS fixed7_11_1_ , hibevalres4_ . alarm_id AS alarm2_9_2_ , hibevalres4_ . TIME AS time9_2_ , hibevalres4_ . level AS level9_2_ , variables2_ . rule_schedule_id AS rule3_0__ , variables2_ . instance_attribute_id AS instance2_0__ , variables2_ . variable_id AS variable1_0__ FROM rule_schedules hibrulesch0_ INNER JOIN rule_alarms hibalarm1_ ON hibrulesch0_ . alarm_id = hibalarm1_ . alarm_id INNER JOIN rule_eval_results hibevalres4_ ON hibalarm1_ . severe_result_id = hibevalres4_ . result_id INNER JOIN rule_dc_schedules variables2_ ON hibrulesch0_ . schedule_id = variables2_ . rule_schedule_id
168	ALTER TABLE auth_permission AUTO_INCREMENT = ? ;
169	SELECT MAX( end_time ) FROM dc_ng_string_now
170	SHOW FULL COLUMNS FROM user_preferences FROM mem LIKE ?
171	SHOW FULL TABLES FROM mem LIKE ?
172	SELECT hibinvento0_ . instance_id AS instance1_5_ , hibinvento0_ . instance_name AS instance2_5_ , hibinvento0_ . type_id AS type3_5_ , hibinvento0_ . parent_id AS parent4_5_ , hibinvento0_ . insert_count AS insert5_5_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento0_ . type_id ) AS clazz_ FROM inventory_instances hibinvento0_ WHERE hibinvento0_ . type_id = ?
173	INSERT INTO django_content_type ( name , app_label , model ) VALUES ( ? , ? , ? )
174	ALTER TABLE app_yeastmanufacturer AUTO_INCREMENT = ? ;
175	ALTER TABLE app_starredrecipe AUTO_INCREMENT = ? ;
176	SELECT hibtype0_ . type_id AS type1_3_ , hibtype0_ . type_name AS type2_3_ , hibtype0_ . namespace_id AS namespace3_3_ , hibtype0_ . insert_count AS insert4_3_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype0_ . type_id ) AS clazz_ FROM inventory_types hibtype0_ , inventory_namespaces hibnamespa1_ WHERE hibtype0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND hibtype0_ . type_name = ?
177	UPDATE inventory_instance_attributes SET supported = ? , frequency = ? , insert_count = ? , latest_save_time = ? , latest_string_value = ? , latest_double_value = NULL , latest_long_value = NULL WHERE instance_attribute_id = ?
178	SHOW COLLATION
179	SHOW FULL COLUMNS FROM graph_tags FROM mem LIKE ?
180	SHOW INDEX FROM hilo_sequence_inventory_namespaces FROM mem
181	DELETE FROM auth_user_user_permissions WHERE user_id = ?
182	CREATE TABLE app_recipehop ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , recipe_id INTEGER NOT NULL , hop_id INTEGER NOT NULL , amount_value NUMERIC( ? , ? ) NOT NULL , amount_units VARCHAR( ? ) NOT NULL , boil_time SMALLINT NOT NULL ) ;
183	SET autocommit = ?
184	TRUNCATE app_starredrecipe ;
185	SELECT MAX( end_time ) FROM dc_ng_long_age1
186	rollback
187	SHOW FULL COLUMNS FROM schema_version_v2 FROM mem LIKE ?
188	SHOW INDEX FROM migration_status_data_collection FROM mem
189	SHOW FULL COLUMNS FROM rule_schedules FROM mem LIKE ?
190	ALTER TABLE app_recipeadjunct ADD CONSTRAINT recipe_id_refs_id_365f426a6fd3398d FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
191	TRUNCATE django_site ;
192	SHOW CREATE TABLE mem . graph_dc_schedules
193	SHOW CREATE TABLE mem . statement_summary_data
194	TRUNCATE django_session ;
195	CREATE INDEX app_style_parent_id ON app_style ( parent_id ) ;
196	SHOW INDEX FROM resource_bundle_map FROM mem
197	UPDATE inventory_instance_attributes SET supported = ? , frequency = NULL , insert_count = ? , latest_save_time = ? , latest_string_value = ? , latest_double_value = NULL , latest_long_value = NULL WHERE instance_attribute_id = ?
198	SHOW CREATE TABLE mem . map_entries
199	SELECT hibinstanc0_ . instance_attribute_id AS instance1_6_ , hibinstanc0_ . instance_id AS instance2_6_ , hibinstanc0_ . attribute_id AS attribute3_6_ , hibinstanc0_ . supported AS supported6_ , hibinstanc0_ . frequency AS frequency6_ , hibinstanc0_ . insert_count AS insert6_6_ , hibinstanc0_ . latest_save_time AS latest7_6_ , hibinstanc0_ . latest_string_value AS latest8_6_ , hibinstanc0_ . latest_double_value AS latest9_6_ , hibinstanc0_ . latest_long_value AS latest10_6_ FROM inventory_instance_attributes hibinstanc0_ WHERE hibinstanc0_ . instance_id = ? AND ( hibinstanc0_ . frequency IS NOT NULL )
200	SHOW FULL COLUMNS FROM migration_state FROM mem LIKE ?
201	SELECT hibinstanc0_ . instance_attribute_id AS instance1_6_ , hibinstanc0_ . instance_id AS instance2_6_ , hibinstanc0_ . attribute_id AS attribute3_6_ , hibinstanc0_ . supported AS supported6_ , hibinstanc0_ . frequency AS frequency6_ , hibinstanc0_ . insert_count AS insert6_6_ , hibinstanc0_ . latest_save_time AS latest7_6_ , hibinstanc0_ . latest_string_value AS latest8_6_ , hibinstanc0_ . latest_double_value AS latest9_6_ , hibinstanc0_ . latest_long_value AS latest10_6_ FROM inventory_instance_attributes hibinstanc0_ WHERE hibinstanc0_ . instance_id = ?
202	SHOW INDEX FROM map_entries FROM mem
203	SHOW FULL COLUMNS FROM hilo_sequence_rule_eval_results FROM mem LIKE ?
204	ALTER TABLE auth_user_groups ADD CONSTRAINT group_id_refs_id_321a8efef0ee9890 FOREIGN KEY ( group_id ) REFERENCES auth_group ( id ) ;
205	commit
206	SET FOREIGN_KEY_CHECKS = ? ;
207	TRUNCATE auth_group_permissions ;
208	SELECT ( ABS( ? ) > ( ? * ? * ? ) )
209	SHOW INDEX FROM statement_summary_data FROM mem
210	SHOW INDEX FROM rule_thresholds FROM mem
211	SELECT hibattribu0_ . attribute_id AS attribute1_4_ , hibattribu0_ . type_id AS type2_4_ , hibattribu0_ . attribute_name AS attribute3_4_ , hibattribu0_ . attribute_type AS attribute4_4_ , hibattribu0_ . insert_count AS insert5_4_ FROM inventory_attributes hibattribu0_ WHERE hibattribu0_ . type_id = ?
212	SHOW FULL COLUMNS FROM inventory_attributes FROM mem LIKE ?
213	ALTER TABLE app_recipegrain ADD CONSTRAINT grain_id_refs_id_161cf9f5a127807f FOREIGN KEY ( grain_id ) REFERENCES app_grain ( id ) ;
214	ALTER TABLE app_brew AUTO_INCREMENT = ? ;
215	CREATE INDEX app_recipeadjunct_recipe_id ON app_recipeadjunct ( recipe_id ) ;
216	SHOW CREATE TABLE mem . rule_eval_results
217	SELECT MAX( end_time ) FROM dc_ng_long_now
218	UPDATE inventory_instance_attributes SET supported = ? , frequency = NULL , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = ? , latest_long_value = NULL WHERE instance_attribute_id = ?
219	SHOW FULL COLUMNS FROM explain_data FROM mem LIKE ?
220	SELECT hibuser0_ . user_id AS user1_33_0_ , hibuser0_ . delete_time AS delete2_33_0_ , hibuser0_ . ext_authenticated AS ext3_33_0_ , hibuser0_ . ext_authoritative AS ext4_33_0_ , hibuser0_ . ext_role_mapped AS ext5_33_0_ , hibuser0_ . password AS password33_0_ , hibuser0_ . name AS name33_0_ , hibuser0_ . role AS role33_0_ , prefs1_ . user_id AS user1_2_ , prefs1_ . value AS value2_ , prefs1_ . property AS property2_ FROM users hibuser0_ LEFT OUTER JOIN user_preferences prefs1_ ON hibuser0_ . user_id = prefs1_ . user_id WHERE hibuser0_ . user_id = ?
221	SHOW CREATE TABLE mem . graphs
222	SHOW CREATE TABLE mem . group_names
223	TRUNCATE south_migrationhistory ;
224	CREATE INDEX app_recipehop_recipe_id ON app_recipehop ( recipe_id ) ;
225	SELECT explainrow0_ . type_id AS type1_3_ , explainrow0_ . type_name AS type2_3_ , explainrow0_ . namespace_id AS namespace3_3_ , explainrow0_ . insert_count AS insert4_3_ FROM inventory_types explainrow0_ , inventory_namespaces hibnamespa1_ WHERE ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = explainrow0_ . type_id ) = ? AND explainrow0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND explainrow0_ . type_name = ?
226	UPDATE inventory_instance_attributes SET supported = ? , frequency = ? , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = NULL , latest_long_value = ? WHERE instance_attribute_id = ?
227	SHOW FULL COLUMNS FROM graphs FROM mem LIKE ?
228	SHOW CREATE TABLE mem . resource_bundle
229	SHOW FULL COLUMNS FROM statement_data FROM mem LIKE ?
230	ALTER TABLE app_recipeyeast AUTO_INCREMENT = ? ;
231	ALTER TABLE django_admin_log ADD CONSTRAINT user_id_refs_id_6bfddbd40c8665aa FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
232	SELECT MAX( end_time ) FROM dc_ng_long_age0
233	SHOW CREATE TABLE mem . migration_status_data_collection
234	SHOW INDEX FROM group_members_v2 FROM mem
235	SHOW CREATE TABLE mem . hilo_sequence_rule_alarms
236	CREATE INDEX app_recipeyeast_yeast_id ON app_recipeyeast ( yeast_id ) ;
237	SHOW FULL COLUMNS FROM statement_summaries FROM mem LIKE ?
238	SHOW CREATE TABLE mem . rule_schedule_email_targets
239	SHOW CREATE TABLE mem . statement_summaries
240	TRUNCATE app_grain ;
241	TRUNCATE app_userprofile ;
242	SHOW CREATE TABLE mem . rule_thresholds
243	SHOW INDEX FROM rule_dc_schedules FROM mem
244	SHOW INDEX FROM migration FROM mem
245	SHOW CREATE TABLE mem . rule_tags
246	CREATE INDEX auth_message_user_id ON auth_message ( user_id ) ;
247	SELECT ( ? ) AS `a` FROM auth_user WHERE auth_user . id = ?
248	CREATE INDEX app_starredrecipe_user_id ON app_starredrecipe ( user_id ) ;
249	SHOW INDEX FROM tags FROM mem
250	SELECT this_ . id AS id41_4_ , serverstat2_ . migration_id AS migration1_6_ , hibmigrate3_ . id AS serverSt2_6_ , serverstat2_ . agent_uuid AS agent3_6_ , hibmigrate3_ . id AS id43_0_ , hibmigrate3_ . agent_uuid AS agent2_43_0_ , dcstatusma4_ . migration_status_servers_id AS migration1_7_ , hibmigrate5_ . id AS dcStatus2_7_ , dcstatusma4_ . collect_id AS collect3_7_ , hibmigrate5_ . id AS id44_1_ , hibmigrate5_ . attrib AS attrib44_1_ , hibmigrate5_ . blocks_migrated AS blocks3_44_1_ , hibmigrate5_ . cancel_time AS cancel4_44_1_ , hibmigrate5_ . finish_time AS finish5_44_1_ , hibmigrate5_ . instance AS instance44_1_ , hibmigrate5_ . instance_id AS instance14_44_1_ , hibmigrate5_ . last_begin_date AS last7_44_1_ , hibmigrate5_ . collect_id AS collect8_44_1_ , hibmigrate5_ . namespace AS namespace44_1_ , hibmigrate5_ . server_id AS server10_44_1_ , hibmigrate5_ . start_time AS start11_44_1_ , hibmigrate5_ . type AS type44_1_ , hibmigrate5_ . value_type AS value13_44_1_ , statestatu6_ . migration_status_servers_id AS migration1_8_ , hibmigrati7_ . id AS stateSta2_8_ , statestatu6_ . state AS state8_ , hibmigrati7_ . id AS id42_2_ , hibmigrati7_ . lastError AS lastError42_2_ , hibmigrati7_ . name AS name42_2_ , hibmigrati7_ . status AS status42_2_ , statestatu8_ . migration_id AS migration1_9_ , hibmigrati9_ . id AS stateSta2_9_ , statestatu8_ . state AS state9_ , hibmigrati9_ . id AS id42_3_ , hibmigrati9_ . lastError AS lastError42_3_ , hibmigrati9_ . name AS name42_3_ , hibmigrati9_ . status AS status42_3_ FROM migration this_ LEFT OUTER JOIN migration_migration_status_servers serverstat2_ ON this_ . id = serverstat2_ . migration_id LEFT OUTER JOIN migration_status_servers hibmigrate3_ ON serverstat2_ . serverStatusMap_id = hibmigrate3_ . id LEFT OUTER JOIN migration_status_servers_migration_status_data_collection dcstatusma4_ ON hibmigrate3_ . id = dcstatusma4_ . migration_status_servers_id LEFT OUTER JOIN migration_status_data_collection hibmigrate5_ ON dcstatusma4_ . dcStatusMap_id = hibmigrate5_ . id LEFT OUTER JOIN migration_status_servers_migration_state statestatu6_ ON hibmigrate3_ . id = statestatu6_ . migration_status_servers_id LEFT OUTER JOIN migration_state hibmigrati7_ ON statestatu6_ . stateStatusMap_id = hibmigrati7_ . id LEFT OUTER JOIN migration_migration_state statestatu8_ ON this_ . id = statestatu8_ . migration_id LEFT OUTER JOIN migration_state hibmigrati9_ ON statestatu8_ . stateStatusMap_id = hibmigrati9_ . id
251	SELECT variables0_ . rule_id AS rule5_1_ , variables0_ . variable_id AS variable1_1_ , variables0_ . variable_id AS variable1_23_0_ , variables0_ . attribute_id AS attribute4_23_0_ , variables0_ . instance_name AS instance2_23_0_ , variables0_ . name AS name23_0_ FROM rule_variables variables0_ WHERE variables0_ . rule_id = ?
252	SHOW FULL COLUMNS FROM inventory_namespaces FROM mem LIKE ?
253	CREATE TABLE django_session ( session_key VARCHAR( ? ) NOT NULL PRIMARY KEY , session_data LONGTEXT NOT NULL , expire_date datetime NOT NULL ) ;
254	SELECT django_session . session_key , django_session . session_data , django_session . expire_date FROM django_session WHERE ( django_session . session_key = ? AND django_session . expire_date > ? )
255	TRUNCATE app_recipeadjunct ;
256	ALTER TABLE app_recipehop ADD CONSTRAINT hop_id_refs_id_85303d06ad1e481 FOREIGN KEY ( hop_id ) REFERENCES app_hop ( id ) ;
257	SHOW INDEX FROM migration_migration_status_servers FROM mem
258	SHOW CREATE TABLE mem . target_email
259	SHOW FULL COLUMNS FROM hilo_sequence_inventory_attributes FROM mem LIKE ?
260	SHOW FULL COLUMNS FROM rule_variables FROM mem LIKE ?
261	SHOW CREATE TABLE mem . support_portal_issues
262	CREATE TABLE app_recipeyeast ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , recipe_id INTEGER NOT NULL , yeast_id INTEGER NOT NULL , ideal bool NOT NULL ) ;
263	ALTER TABLE auth_group AUTO_INCREMENT = ? ;
264	SELECT ( ? ) AS `a` FROM django_session WHERE django_session . session_key = ?
265	TRUNCATE auth_user ;
266	SHOW CREATE TABLE mem . inventory_types
267	SHOW INDEX FROM rule_tags FROM mem
268	SELECT hibnamespa0_ . namespace_id AS namespace1_2_0_ , hibnamespa0_ . namespace AS namespace2_0_ FROM inventory_namespaces hibnamespa0_ WHERE hibnamespa0_ . namespace_id = ?
269	INSERT IGNORE INTO dc_p_long ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? ) /* , ... */
270	SELECT this_ . user_id AS user1_33_0_ , this_ . delete_time AS delete2_33_0_ , this_ . ext_authenticated AS ext3_33_0_ , this_ . ext_authoritative AS ext4_33_0_ , this_ . ext_role_mapped AS ext5_33_0_ , this_ . password AS password33_0_ , this_ . name AS name33_0_ , this_ . role AS role33_0_ , prefs2_ . user_id AS user1_2_ , prefs2_ . value AS value2_ , prefs2_ . property AS property2_ FROM users this_ LEFT OUTER JOIN user_preferences prefs2_ ON this_ . user_id = prefs2_ . user_id WHERE this_ . name = ? AND this_ . delete_time = ?
271	SELECT hibattribu0_ . attribute_id AS attribute1_4_2_ , hibattribu0_ . type_id AS type2_4_2_ , hibattribu0_ . attribute_name AS attribute3_4_2_ , hibattribu0_ . attribute_type AS attribute4_4_2_ , hibattribu0_ . insert_count AS insert5_4_2_ , hibtype1_ . type_id AS type1_3_0_ , hibtype1_ . type_name AS type2_3_0_ , hibtype1_ . namespace_id AS namespace3_3_0_ , hibtype1_ . insert_count AS insert4_3_0_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype1_ . type_id ) AS clazz_0_ , hibnamespa2_ . namespace_id AS namespace1_2_1_ , hibnamespa2_ . namespace AS namespace2_1_ FROM inventory_attributes hibattribu0_ INNER JOIN inventory_types hibtype1_ ON hibattribu0_ . type_id = hibtype1_ . type_id LEFT OUTER JOIN inventory_namespaces hibnamespa2_ ON hibtype1_ . namespace_id = hibnamespa2_ . namespace_id WHERE hibattribu0_ . attribute_id = ?
272	SHOW INDEX FROM migration_state FROM mem
273	CREATE TABLE app_yeastmanufacturer ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL ) ;
274	TRUNCATE app_mockstep ;
275	SHOW FULL COLUMNS FROM statement_summary_data FROM mem LIKE ?
276	SHOW CREATE TABLE mem . rules
277	SELECT hibinstanc0_ . supported AS col_0_0_ FROM inventory_instance_attributes hibinstanc0_ WHERE hibinstanc0_ . instance_id = ? AND hibinstanc0_ . attribute_id = ?
278	SHOW CREATE TABLE mem . migration_state
279	CREATE INDEX app_recipeadjunct_adjunct_id ON app_recipeadjunct ( adjunct_id ) ;
280	ALTER TABLE auth_group_permissions ADD CONSTRAINT group_id_refs_id_2ccea4c93cea63fe FOREIGN KEY ( group_id ) REFERENCES auth_group ( id ) ;
281	INSERT INTO auth_permission ( name , content_type_id , codename ) VALUES ( ? , ? , ? )
282	ALTER TABLE app_grain AUTO_INCREMENT = ? ;
283	CREATE INDEX app_yeast_manufacturer_id ON app_yeast ( manufacturer_id ) ;
284	SHOW FULL COLUMNS FROM resource_bundle_map FROM mem LIKE ?
285	SHOW CREATE TABLE mem . user_form_defaults
286	SHOW CREATE TABLE mem . statement_data
287	SELECT hibtag1_ . tag_id AS tag1_19_ , hibtag1_ . tag AS tag19_ FROM rule_tags ruletag0_ INNER JOIN tags hibtag1_ ON ruletag0_ . tag_id = hibtag1_ . tag_id WHERE ruletag0_ . object_id = ?
288	SHOW CREATE TABLE mem . migration
289	SHOW INDEX FROM migration_status_servers FROM mem
290	SHOW CREATE TABLE mem . hilo_sequence_inventory_instances
291	CREATE TABLE app_recipeadjunct ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , recipe_id INTEGER NOT NULL , adjunct_id INTEGER NOT NULL , amount_value NUMERIC( ? , ? ) NOT NULL , amount_units VARCHAR( ? ) NOT NULL , boil_time SMALLINT NOT NULL , notes VARCHAR( ? ) NULL ) ;
292	SELECT django_content_type . id , django_content_type . name , django_content_type . app_label , django_content_type . model FROM django_content_type WHERE ( django_content_type . model = ? AND django_content_type . app_label = ? ) ORDER BY django_content_type . name ASC
293	SET autocommit = ?
294	SHOW FULL COLUMNS FROM migration_status_servers FROM mem LIKE ?
295	SELECT hibinvento0_ . instance_id AS instance1_5_ , hibinvento0_ . instance_name AS instance2_5_ , hibinvento0_ . type_id AS type3_5_ , hibinvento0_ . parent_id AS parent4_5_ , hibinvento0_ . insert_count AS insert5_5_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento0_ . type_id ) AS clazz_ FROM inventory_instances hibinvento0_ WHERE hibinvento0_ . parent_id = ? AND hibinvento0_ . type_id = ?
296	INSERT IGNORE INTO dc_p_double ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? )
297	SELECT django_content_type . id , django_content_type . name , django_content_type . app_label , django_content_type . model FROM django_content_type WHERE django_content_type . app_label = ? ORDER BY django_content_type . name ASC
298	ALTER TABLE auth_user AUTO_INCREMENT = ? ;
299	CREATE INDEX auth_permission_content_type_id ON auth_permission ( content_type_id ) ;
300	UPDATE auth_user SET username = ? , first_name = ? , last_name = ? , email = ? , password = ? , is_staff = ? , is_active = ? , is_superuser = ? , last_login = ? , date_joined = ? WHERE auth_user . id = ?
301	CREATE TABLE auth_user_user_permissions ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , user_id INTEGER NOT NULL , permission_id INTEGER NOT NULL , UNIQUE ( user_id , permission_id ) ) ;
302	SHOW INDEX FROM rule_schedules FROM mem
303	SHOW FULL COLUMNS FROM loghistogram_data FROM mem LIKE ?
304	SET SESSION sql_mode = ?
305	SHOW FULL COLUMNS FROM statement_examples FROM mem LIKE ?
306	CREATE INDEX app_recipe_derived_from_recipe_id ON app_recipe ( derived_from_recipe_id ) ;
307	ALTER TABLE app_recipe ADD CONSTRAINT style_id_refs_id_2654bba58db8f439 FOREIGN KEY ( style_id ) REFERENCES app_style ( id ) ;
308	ALTER TABLE django_site AUTO_INCREMENT = ? ;
309	CREATE TABLE app_mockstep ( step_ptr_id INTEGER NOT NULL PRIMARY KEY ) ;
310	UPDATE django_session SET session_data = ? , expire_date = ? WHERE django_session . session_key = ?
311	SHOW INDEX FROM statement_examples FROM mem
312	SHOW FULL COLUMNS FROM whats_new_entries FROM mem LIKE ?
313	SELECT this_ . map_id AS map1_12_0_ , this_ . map_name AS map2_12_0_ FROM system_maps this_ WHERE this_ . map_name = ?
314	SHOW DATABASES LIKE ?
315	SHOW FULL COLUMNS FROM rule_eval_result_vars FROM mem LIKE ?
316	SELECT this_ . id AS id0_0_ , this_ . version AS version0_0_ FROM schema_version_v2 this_
317	SHOW FULL COLUMNS FROM migration FROM mem LIKE ?
318	SHOW VARIABLES WHERE Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ? OR Variable_name = ?
319	CREATE TABLE app_recipegrain ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , recipe_id INTEGER NOT NULL , grain_id INTEGER NOT NULL , amount_value NUMERIC( ? , ? ) NOT NULL , amount_units VARCHAR( ? ) NOT NULL , by_weight_extract_override SMALLINT NULL , by_volume_extract_override SMALLINT NULL ) ;
320	SELECT statements0_ . type_id AS type1_3_ , statements0_ . type_name AS type2_3_ , statements0_ . namespace_id AS namespace3_3_ , statements0_ . insert_count AS insert4_3_ FROM inventory_types statements0_ , inventory_namespaces hibnamespa1_ WHERE ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = statements0_ . type_id ) = ? AND statements0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND statements0_ . type_name = ?
321	SHOW FULL COLUMNS FROM hilo_sequence_inventory_instances FROM mem LIKE ?
322	SELECT this_ . instance_attribute_id AS instance1_6_0_ , this_ . instance_id AS instance2_6_0_ , this_ . attribute_id AS attribute3_6_0_ , this_ . supported AS supported6_0_ , this_ . frequency AS frequency6_0_ , this_ . insert_count AS insert6_6_0_ , this_ . latest_save_time AS latest7_6_0_ , this_ . latest_string_value AS latest8_6_0_ , this_ . latest_double_value AS latest9_6_0_ , this_ . latest_long_value AS latest10_6_0_ FROM inventory_instance_attributes this_ WHERE ( this_ . instance_id = ? AND this_ . attribute_id = ? )
323	SHOW INDEX FROM users FROM mem
324	SHOW CREATE TABLE mem . graph_series_v2
325	SHOW INDEX FROM whats_new_entries FROM mem
326	SHOW FULL COLUMNS FROM map_entries FROM mem LIKE ?
327	SHOW INDEX FROM user_preferences FROM mem
328	TRUNCATE app_yeastmanufacturer ;
329	SHOW INDEX FROM group_names FROM mem
330	SET autocommit = ?
331	SELECT MAX( end_time ) FROM dc_ng_double_now
332	SHOW CREATE TABLE mem . group_members_v2
333	SHOW FULL COLUMNS FROM user_tags FROM mem LIKE ?
334	SHOW FULL COLUMNS FROM migration_migration_status_servers FROM mem LIKE ?
335	SHOW INDEX FROM hilo_sequence_inventory_types FROM mem
336	commit
337	ALTER TABLE app_starredrecipe ADD CONSTRAINT user_id_refs_id_55aa723d777afb66 FOREIGN KEY ( user_id ) REFERENCES auth_user ( id ) ;
338	SHOW INDEX FROM graphs FROM mem
339	SHOW CREATE TABLE mem . hilo_sequence_inventory_attributes
340	SHOW FULL COLUMNS FROM rule_tags FROM mem LIKE ?
341	SELECT auth_user . id , auth_user . username , auth_user . first_name , auth_user . last_name , auth_user . email , auth_user . password , auth_user . is_staff , auth_user . is_active , auth_user . is_superuser , auth_user . last_login , auth_user . date_joined FROM auth_user WHERE auth_user . id = ?
342	CREATE TABLE app_style ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , bjcp_code VARCHAR( ? ) NOT NULL , parent_id INTEGER NULL ) ;
343	INSERT INTO auth_user ( id , username , first_name , last_name , email , password , is_staff , is_active , is_superuser , last_login , date_joined ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
344	ALTER TABLE app_step ADD CONSTRAINT brew_id_refs_id_25ceb2635e474d19 FOREIGN KEY ( brew_id ) REFERENCES app_brew ( id ) ;
345	TRUNCATE app_adjunct ;
346	TRUNCATE app_style ;
347	SHOW INDEX FROM schema_version_v2 FROM mem
348	SHOW CREATE TABLE mem . hilo_sequence_inventory_types
349	SHOW FULL COLUMNS FROM rule_alarms FROM mem LIKE ?
350	SHOW INDEX FROM inventory_attributes FROM mem
351	SHOW CREATE TABLE mem . migration_migration_status_servers
352	SHOW CREATE TABLE mem . hilo_sequence_iia
353	SHOW INDEX FROM inventory_namespaces FROM mem
354	CREATE INDEX django_admin_log_user_id ON django_admin_log ( user_id ) ;
355	CREATE TABLE auth_message ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , user_id INTEGER NOT NULL , message LONGTEXT NOT NULL ) ;
356	SHOW INDEX FROM support_portal_issues FROM mem
357	SHOW INDEX FROM target_email FROM mem
358	SHOW CREATE TABLE mem . user_preferences
359	SHOW CREATE TABLE mem . statement_examples
360	SHOW INDEX FROM rule_schedule_email_targets FROM mem
361	SELECT @@session . auto_increment_increment
362	CREATE TABLE app_starredrecipe ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , recipe_id INTEGER NOT NULL , user_id INTEGER NOT NULL , when datetime NOT NULL , notes VARCHAR( ? ) NOT NULL ) ;
363	SELECT auth_message . id , auth_message . user_id , auth_message . message FROM auth_message WHERE auth_message . user_id = ?
364	TRUNCATE app_brew ;
365	CREATE DATABASE test_brew_journal
366	SHOW CREATE TABLE mem . migration_status_servers_migration_status_data_collection
367	SHOW INDEX FROM hilo_sequence_inventory_instances FROM mem
368	SHOW INDEX FROM explain_data FROM mem
369	ALTER TABLE app_step AUTO_INCREMENT = ? ;
370	TRUNCATE auth_user_groups ;
371	ALTER TABLE app_recipeadjunct AUTO_INCREMENT = ? ;
372	SELECT django_session . session_key , django_session . session_data , django_session . expire_date FROM django_session WHERE django_session . session_key = ?
373	ALTER TABLE auth_message AUTO_INCREMENT = ? ;
374	SHOW FULL COLUMNS FROM group_names FROM mem LIKE ?
375	SHOW CREATE TABLE mem . migration_status_servers_migration_state
376	SHOW CREATE TABLE mem . hilo_sequence_inventory_namespaces
377	SET net_write_timeout = ?
378	SHOW CREATE TABLE mem . inventory_attributes
379	TRUNCATE app_step ;
380	CREATE INDEX app_step_brew_id ON app_step ( brew_id ) ;
381	ALTER TABLE auth_group_permissions ADD CONSTRAINT permission_id_refs_id_4de83ca7792de1 FOREIGN KEY ( permission_id ) REFERENCES auth_permission ( id ) ;
382	CREATE TABLE django_content_type ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL , app_label VARCHAR( ? ) NOT NULL , model VARCHAR( ? ) NOT NULL , UNIQUE ( app_label , model ) ) ;
383	SELECT series0_ . graph_id AS graph4_1_ , series0_ . series_id AS series1_1_ , series0_ . series_id AS series1_28_0_ , series0_ . expression AS expression28_0_ , series0_ . label AS label28_0_ FROM graph_series_v2 series0_ WHERE series0_ . graph_id = ?
384	SET character_set_results = NULL
385	SHOW INDEX FROM migration_status_servers_migration_state FROM mem
386	SELECT value FROM mysql . inventory WHERE name = ?
387	SHOW FULL COLUMNS FROM rule_schedule_email_targets FROM mem LIKE ?
388	SHOW CREATE TABLE mem . inventory_namespaces
389	ALTER TABLE auth_user_user_permissions ADD CONSTRAINT permission_id_refs_id_6d7fb3c2067e79cb FOREIGN KEY ( permission_id ) REFERENCES auth_permission ( id ) ;
390	CREATE INDEX app_recipeyeast_recipe_id ON app_recipeyeast ( recipe_id ) ;
391	ALTER TABLE auth_user_groups AUTO_INCREMENT = ? ;
392	SHOW FULL COLUMNS FROM users FROM mem LIKE ?
393	SELECT hibtag0_ . tag_id AS tag1_19_ , hibtag0_ . tag AS tag19_ FROM tags hibtag0_ WHERE hibtag0_ . tag = ?
394	SELECT statementt0_ . type_id AS type1_3_ , statementt0_ . type_name AS type2_3_ , statementt0_ . namespace_id AS namespace3_3_ , statementt0_ . insert_count AS insert4_3_ FROM inventory_types statementt0_ , inventory_namespaces hibnamespa1_ WHERE ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = statementt0_ . type_id ) = ? AND statementt0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND statementt0_ . type_name = ?
395	SHOW FULL COLUMNS FROM rule_dc_schedules FROM mem LIKE ?
396	SELECT hibinvento0_ . instance_id AS instance1_5_ , hibinvento0_ . instance_name AS instance2_5_ , hibinvento0_ . type_id AS type3_5_ , hibinvento0_ . parent_id AS parent4_5_ , hibinvento0_ . insert_count AS insert5_5_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento0_ . type_id ) AS clazz_ FROM inventory_instances hibinvento0_ WHERE hibinvento0_ . parent_id = ? AND hibinvento0_ . type_id = ? AND hibinvento0_ . instance_name = ?
397	SHOW INDEX FROM rules FROM mem
398	CREATE TABLE south_migrationhistory ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , app_name VARCHAR( ? ) NOT NULL , migration VARCHAR( ? ) NOT NULL , applied datetime NULL ) ;
399	ALTER TABLE app_recipegrain ADD CONSTRAINT recipe_id_refs_id_4de65a03053ff3d1 FOREIGN KEY ( recipe_id ) REFERENCES app_recipe ( id ) ;
400	TRUNCATE auth_permission ;
401	SHOW CREATE TABLE mem . loghistogram_data
402	SHOW FULL COLUMNS FROM rule_thresholds FROM mem LIKE ?
403	SHOW INDEX FROM statement_summaries FROM mem
404	SHOW FULL COLUMNS FROM target_email FROM mem LIKE ?
405	TRUNCATE app_hop ;
406	CREATE TABLE django_admin_log ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , action_time datetime NOT NULL , user_id INTEGER NOT NULL , content_type_id INTEGER NULL , object_id LONGTEXT NULL , object_repr VARCHAR( ? ) NOT NULL , action_flag SMALLINT UNSIGNED NOT NULL , change_message LONGTEXT NOT NULL ) ;
407	ALTER TABLE app_recipeyeast ADD CONSTRAINT yeast_id_refs_id_199b9bf059db7255 FOREIGN KEY ( yeast_id ) REFERENCES app_yeast ( id ) ;
408	CREATE TABLE auth_group ( id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY , name VARCHAR( ? ) NOT NULL UNIQUE ) ;
409	TRUNCATE auth_user_user_permissions ;
410	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , NULL ) ; CALL DC_STRING_INSERT( ? , ? , NULL ) ; CALL DC_STRING_INSERT( ? , ? , NULL ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
411	CREATE INDEX app_recipe_author_id ON app_recipe ( author_id ) ;
412	DELETE FROM django_site WHERE id IN ( ? /* , ... */ )
413	UPDATE inventory_instance_attributes SET supported = ? , frequency = ? , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = ? , latest_long_value = NULL WHERE instance_attribute_id = ?
414	rollback
415	INSERT INTO inventory_instances ( instance_name , type_id , parent_id , insert_count , instance_id ) VALUES ( ? , ? , ? , ? , ? ) ON DUPLICATE KEY UPDATE insert_count = insert_count + ?
416	SELECT ( ? ) AS `a` FROM auth_user WHERE auth_user . username = ?
417	UPDATE django_site SET domain = ? , name = ? WHERE django_site . id = ?
418	INSERT INTO app_userprofile ( id , user_id , pref_brew_type , pref_make_starter , pref_secondary_ferm , pref_dispensing_style , timezone ) VALUES ( ? , ? , ? , ? , ? , ? , ? )
419	SELECT app_brew . id , app_brew . brew_date , app_brew . brewer_id , app_brew . notes , app_brew . recipe_id , app_brew . last_update_date , app_brew . last_state , app_brew . is_done FROM app_brew WHERE ( app_brew . is_done = ? AND app_brew . brewer_id = ? ) ORDER BY app_brew . brew_date DESC
420	SELECT app_grain . id , app_grain . name , app_grain . extract_min , app_grain . extract_max , app_grain . volume_potential_min , app_grain . volume_potential_max , app_grain . lovibond_min , app_grain . lovibond_max , app_grain . description , app_grain . group FROM app_grain
421	SELECT app_userprofile . id , app_userprofile . user_id , app_userprofile . pref_brew_type , app_userprofile . pref_make_starter , app_userprofile . pref_secondary_ferm , app_userprofile . pref_dispensing_style , app_userprofile . timezone FROM app_userprofile WHERE app_userprofile . user_id = ?
422	DELETE FROM django_session WHERE session_key IN ( ? /* , ... */ )
423	SELECT ( ( ? = ? ) && ( ( ? * ? ) <= LEAST( ? , ( ? / ? ) ) ) )
424	SELECT app_recipe . id , app_recipe . author_id , app_recipe . name , app_recipe . insert_date , app_recipe . batch_size , app_recipe . batch_size_units , app_recipe . style_id , app_recipe . derived_from_recipe_id , app_recipe . type , app_recipe . source_url , app_recipe . notes FROM app_recipe WHERE app_recipe . author_id = ? ORDER BY app_recipe . insert_date DESC LIMIT ?
425	UPDATE inventory_instances SET parent_id = ? , insert_count = ? WHERE instance_id = ?
426	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
427	INSERT INTO auth_user ( username , first_name , last_name , email , password , is_staff , is_active , is_superuser , last_login , date_joined ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
428	UPDATE inventory_instance_attributes SET supported = ? , frequency = ? , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = NULL , latest_long_value = NULL WHERE instance_attribute_id = ?
429	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
430	INSERT INTO app_grain ( name , extract_min , extract_max , volume_potential_min , volume_potential_max , lovibond_min , lovibond_max , description , group ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? )
431	SELECT ( ? ) AS `a` FROM django_site WHERE django_site . id = ?
432	SELECT app_starredrecipe . id , app_starredrecipe . recipe_id , app_starredrecipe . user_id , app_starredrecipe . when , app_starredrecipe . notes FROM app_starredrecipe WHERE app_starredrecipe . user_id = ?
433	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
434	UPDATE hilo_sequence_inventory_instances SET next_value = ? WHERE next_value = ?
435	SELECT ( ( ( ? = ? ) && ( LOCATE( ? , ? ) <= ? ) ) )
436	SELECT app_brew . id , app_brew . brew_date , app_brew . brewer_id , app_brew . notes , app_brew . recipe_id , app_brew . last_update_date , app_brew . last_state , app_brew . is_done FROM app_brew ORDER BY app_brew . brew_date DESC LIMIT ?
437	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
438	SELECT app_brew . id , app_brew . brew_date , app_brew . brewer_id , app_brew . notes , app_brew . recipe_id , app_brew . last_update_date , app_brew . last_state , app_brew . is_done FROM app_brew WHERE app_brew . brewer_id = ? ORDER BY app_brew . brew_date DESC LIMIT ?
439	INSERT IGNORE INTO dc_p_long ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? ) /* , ... */ ?
440	SELECT app_recipe . id , app_recipe . author_id , app_recipe . name , app_recipe . insert_date , app_recipe . batch_size , app_recipe . batch_size_units , app_recipe . style_id , app_recipe . derived_from_recipe_id , app_recipe . type , app_recipe . source_url , app_recipe . notes FROM app_recipe ORDER BY app_recipe . insert_date DESC LIMIT ?
441	SELECT auth_user . id , auth_user . username , auth_user . first_name , auth_user . last_name , auth_user . email , auth_user . password , auth_user . is_staff , auth_user . is_active , auth_user . is_superuser , auth_user . last_login , auth_user . date_joined FROM auth_user WHERE auth_user . email LIKE ?
442	SELECT auth_group . id , auth_group . name FROM auth_group INNER JOIN auth_user_groups ON ( auth_group . id = auth_user_groups . group_id ) WHERE auth_user_groups . user_id = ?
443	INSERT IGNORE INTO dc_p_double ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? ) /* , ... */
444	CALL DC_STRING_INSERT( ? , ? , NULL )
445	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
446	SELECT app_step . id , app_step . brew_id , app_step . type , app_step . date , app_step . entry_date , app_step . volume , app_step . volume_units , app_step . temp , app_step . temp_units , app_step . gravity_read , app_step . gravity_read_temp , app_step . gravity_read_temp_units , app_step . notes FROM app_step ORDER BY app_step . date DESC LIMIT ?
447	SELECT app_brew . id , app_brew . brew_date , app_brew . brewer_id , app_brew . notes , app_brew . recipe_id , app_brew . last_update_date , app_brew . last_state , app_brew . is_done FROM app_brew WHERE ( app_brew . is_done = ? AND app_brew . brewer_id = ? ) ORDER BY app_brew . brew_date ASC , app_brew . last_update_date ASC
448	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
449	SELECT next_value FROM hilo_sequence_inventory_instances FOR UPDATE
450	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
451	SELECT hibinstanc0_ . instance_attribute_id AS instance1_6_4_ , hibinstanc0_ . instance_id AS instance2_6_4_ , hibinstanc0_ . attribute_id AS attribute3_6_4_ , hibinstanc0_ . supported AS supported6_4_ , hibinstanc0_ . frequency AS frequency6_4_ , hibinstanc0_ . insert_count AS insert6_6_4_ , hibinstanc0_ . latest_save_time AS latest7_6_4_ , hibinstanc0_ . latest_string_value AS latest8_6_4_ , hibinstanc0_ . latest_double_value AS latest9_6_4_ , hibinstanc0_ . latest_long_value AS latest10_6_4_ , hibinvento1_ . instance_id AS instance1_5_0_ , hibinvento1_ . instance_name AS instance2_5_0_ , hibinvento1_ . type_id AS type3_5_0_ , hibinvento1_ . parent_id AS parent4_5_0_ , hibinvento1_ . insert_count AS insert5_5_0_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibinvento1_ . type_id ) AS clazz_0_ , hibtype2_ . type_id AS type1_3_1_ , hibtype2_ . type_name AS type2_3_1_ , hibtype2_ . namespace_id AS namespace3_3_1_ , hibtype2_ . insert_count AS insert4_3_1_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype2_ . type_id ) AS clazz_1_ , hibattribu3_ . attribute_id AS attribute1_4_2_ , hibattribu3_ . type_id AS type2_4_2_ , hibattribu3_ . attribute_name AS attribute3_4_2_ , hibattribu3_ . attribute_type AS attribute4_4_2_ , hibattribu3_ . insert_count AS insert5_4_2_ , hibtype4_ . type_id AS type1_3_3_ , hibtype4_ . type_name AS type2_3_3_ , hibtype4_ . namespace_id AS namespace3_3_3_ , hibtype4_ . insert_count AS insert4_3_3_ , ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = hibtype4_ . type_id ) AS clazz_3_ FROM inventory_instance_attributes hibinstanc0_ INNER JOIN inventory_instances hibinvento1_ ON hibinstanc0_ . instance_id = hibinvento1_ . instance_id LEFT OUTER JOIN inventory_types hibtype2_ ON hibinvento1_ . type_id = hibtype2_ . type_id INNER JOIN inventory_attributes hibattribu3_ ON hibinstanc0_ . attribute_id = hibattribu3_ . attribute_id LEFT OUTER JOIN inventory_types hibtype4_ ON hibattribu3_ . type_id = hibtype4_ . type_id WHERE hibinstanc0_ . instance_attribute_id = ?
452	DELETE FROM log_db_actions WHERE id IN ( ? /* , ... */ )
453	INSERT IGNORE INTO dc_p_long ( instance_attribute_id , end_time , value ) VALUES ( ? , ? , ? ) /* , ... */ ? ? ?
454	SELECT ( ? IN ( ? /* , ... */ ) )
455	SELECT app_yeast . id , app_yeast . manufacturer_id , app_yeast . ident , app_yeast . name , app_yeast . description , app_yeast . type FROM app_yeast
456	SELECT app_step . id , app_step . brew_id , app_step . type , app_step . date , app_step . entry_date , app_step . volume , app_step . volume_units , app_step . temp , app_step . temp_units , app_step . gravity_read , app_step . gravity_read_temp , app_step . gravity_read_temp_units , app_step . notes FROM app_step INNER JOIN app_brew ON ( app_step . brew_id = app_brew . id ) WHERE ( app_step . date > ? AND app_brew . brewer_id = ? ) ORDER BY app_step . date ASC
457	SELECT django_session . session_key , django_session . session_data , django_session . expire_date FROM django_session WHERE django_session . session_key = ? LIMIT ?
458	SELECT app_adjunct . id , app_adjunct . name , app_adjunct . group FROM app_adjunct
459	SELECT ( ? ) AS `a` FROM app_userprofile WHERE app_userprofile . id = ?
460	SELECT id , millis_stamp , function_name , table_name , log_msg FROM log_db_actions ORDER BY id ASC LIMIT ?
461	SELECT auth_permission . id , auth_permission . name , auth_permission . content_type_id , auth_permission . codename FROM auth_permission INNER JOIN auth_user_user_permissions ON ( auth_permission . id = auth_user_user_permissions . permission_id ) INNER JOIN django_content_type ON ( auth_permission . content_type_id = django_content_type . id ) WHERE auth_user_user_permissions . user_id = ? ORDER BY django_content_type . app_label ASC , auth_permission . codename ASC
462	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
463	SELECT app_step . id , app_step . brew_id , app_step . type , app_step . date , app_step . entry_date , app_step . volume , app_step . volume_units , app_step . temp , app_step . temp_units , app_step . gravity_read , app_step . gravity_read_temp , app_step . gravity_read_temp_units , app_step . notes FROM app_step INNER JOIN app_brew ON ( app_step . brew_id = app_brew . id ) WHERE ( app_step . date > ? AND app_step . type = ? AND app_brew . brewer_id = ? ) ORDER BY app_step . date ASC
464	SELECT auth_user . id , auth_user . username , auth_user . first_name , auth_user . last_name , auth_user . email , auth_user . password , auth_user . is_staff , auth_user . is_active , auth_user . is_superuser , auth_user . last_login , auth_user . date_joined FROM auth_user WHERE auth_user . email = ?
465	UPDATE inventory_instance_attributes SET supported = ? , frequency = NULL , insert_count = ? , latest_save_time = ? , latest_string_value = NULL , latest_double_value = NULL , latest_long_value = NULL WHERE instance_attribute_id = ?
466	SELECT this_ . id AS id36_0_ , this_ . alias AS alias36_0_ , this_ . database_name AS database3_36_0_ , this_ . query_type AS query4_36_0_ , this_ . TEXT AS text36_0_ , this_ . text_hash AS text6_36_0_ FROM statement_data this_ WHERE ( this_ . database_name = ? AND this_ . text_hash = ? )
467	SELECT app_grain . id , app_grain . name , app_grain . extract_min , app_grain . extract_max , app_grain . volume_potential_min , app_grain . volume_potential_max , app_grain . lovibond_min , app_grain . lovibond_max , app_grain . description , app_grain . group FROM app_grain WHERE app_grain . name LIKE BINARY ?
468	SELECT app_style . id , app_style . name , app_style . bjcp_code , app_style . parent_id FROM app_style WHERE app_style . id = ?
469	SELECT COUNT( * ) FROM app_brew WHERE app_brew . id IN ( ? /* , ... */ )
470	SELECT next_value FROM hilo_sequence_iia FOR UPDATE
471	SELECT next_value FROM hilo_sequence_rule_eval_results FOR UPDATE
472	SELECT ( ? != ? )
473	INSERT INTO rule_eval_result_vars ( result_id , variable , value ) VALUES ( ? , ? , ? ) /* , ... */
474	INSERT INTO statement_summaries ( discovery_time , instance_id , statement_data_id , id ) VALUES ( ? , ? , ? , ? )
475	SELECT ( ? / ( ? * ? * ? ) > ? && ( ( ? < ? ) || ( LOCATE( ? , ? ) > ? ) ) )
476	SELECT ( ( ? = ? ) && ( ? = ? && ? = ? && ? = ? && ? = ? && ? = ? && ? = ? ) && ( ? = ? ) && ( ? = ? ) )
477	INSERT INTO app_hop ( name , aau_low , aau_high ) VALUES ( ? , ? , ? )
478	SELECT app_step . id , app_step . brew_id , app_step . type , app_step . date , app_step . entry_date , app_step . volume , app_step . volume_units , app_step . temp , app_step . temp_units , app_step . gravity_read , app_step . gravity_read_temp , app_step . gravity_read_temp_units , app_step . notes FROM app_step WHERE app_step . brew_id IS NULL ORDER BY app_step . date ASC
479	SELECT ( ( ( ? < ? ) && ( LOCATE( ? , ? ) = ? ) ) || ( ( ? >= ? ) && ( LOCATE( ? , ? ) = ? ) && ( LOCATE( ? , ? ) = ? ) && ( LOCATE( ? , ? ) = ? ) ) )
480	SELECT app_recipegrain . id , app_recipegrain . recipe_id , app_recipegrain . grain_id , app_recipegrain . amount_value , app_recipegrain . amount_units , app_recipegrain . by_weight_extract_override , app_recipegrain . by_volume_extract_override FROM app_recipegrain WHERE app_recipegrain . recipe_id IS NULL
481	UPDATE hilo_sequence_iia SET next_value = ? WHERE next_value = ?
482	INSERT INTO statement_data ( alias , database_name , query_type , TEXT , text_hash ) VALUES ( ? , ? , ? , ? , ? )
483	INSERT IGNORE INTO statement_summary_data ( bytes , count , errors , exec_time , max_bytes , max_exec_time , max_rows , min_bytes , min_exec_time , min_rows , no_good_index_used , no_index_used , rows , warnings , statement_summary_id , TIMESTAMP ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
484	SELECT hibstateme0_ . id AS id37_0_ , hibstateme0_ . discovery_time AS discovery2_37_0_ , hibstateme0_ . instance_id AS instance3_37_0_ , hibstateme0_ . statement_data_id AS statement4_37_0_ FROM statement_summaries hibstateme0_ WHERE hibstateme0_ . id = ?
485	SELECT app_grain . id , app_grain . name , app_grain . extract_min , app_grain . extract_max , app_grain . volume_potential_min , app_grain . volume_potential_max , app_grain . lovibond_min , app_grain . lovibond_max , app_grain . description , app_grain . group FROM app_grain WHERE ( app_grain . name = ? AND app_grain . group = ? )
486	SELECT COUNT( * ) FROM app_step INNER JOIN app_brew ON ( app_step . brew_id = app_brew . id ) WHERE ( app_step . date > ? AND app_brew . brewer_id = ? )
487	INSERT INTO app_userprofile ( user_id , pref_brew_type , pref_make_starter , pref_secondary_ferm , pref_dispensing_style , timezone ) VALUES ( ? , ? , ? , ? , ? , ? )
488	INSERT INTO inventory_instance_attributes ( instance_id , attribute_id , supported , frequency , insert_count , latest_save_time , latest_string_value , latest_double_value , latest_long_value , instance_attribute_id ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ON DUPLICATE KEY UPDATE insert_count = insert_count + ?
489	INSERT INTO rule_eval_results ( alarm_id , TIME , level , result_id ) VALUES ( ? , ? , ? , ? )
490	UPDATE hilo_sequence_rule_eval_results SET next_value = ? WHERE next_value = ?
491	CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? ) ; CALL DC_STRING_INSERT( ? , ? , ? )
492	SELECT app_style . id , app_style . name , app_style . bjcp_code , app_style . parent_id FROM app_style WHERE app_style . parent_id IS NULL
493	INSERT INTO app_step ( brew_id , type , date , entry_date , volume , volume_units , temp , temp_units , gravity_read , gravity_read_temp , gravity_read_temp_units , notes ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
494	SELECT app_grain . id , app_grain . name , app_grain . extract_min , app_grain . extract_max , app_grain . volume_potential_min , app_grain . volume_potential_max , app_grain . lovibond_min , app_grain . lovibond_max , app_grain . description , app_grain . group FROM app_grain WHERE app_grain . name = ?
495	INSERT INTO app_brew ( brew_date , brewer_id , notes , recipe_id , last_update_date , last_state , is_done ) VALUES ( ? , ? , ? , ? , ? , ? , ? )
496	UPDATE app_userprofile SET user_id = ? , pref_brew_type = ? , pref_make_starter = ? , pref_secondary_ferm = ? , pref_dispensing_style = ? , timezone = ? WHERE app_userprofile . id = ?
497	SELECT app_recipe . id , app_recipe . author_id , app_recipe . name , app_recipe . insert_date , app_recipe . batch_size , app_recipe . batch_size_units , app_recipe . style_id , app_recipe . derived_from_recipe_id , app_recipe . type , app_recipe . source_url , app_recipe . notes FROM app_recipe WHERE app_recipe . id = ?
498	SELECT app_hop . id , app_hop . name , app_hop . aau_low , app_hop . aau_high FROM app_hop WHERE app_hop . name = ?
499	SELECT app_hop . id , app_hop . name , app_hop . aau_low , app_hop . aau_high FROM app_hop WHERE app_hop . id = ?
500	SELECT app_brew . id , app_brew . brew_date , app_brew . brewer_id , app_brew . notes , app_brew . recipe_id , app_brew . last_update_date , app_brew . last_state , app_brew . is_done FROM app_brew WHERE app_brew . id = ? ORDER BY app_brew . brew_date ASC , app_brew . last_update_date ASC
501	SELECT app_userprofile . id , app_userprofile . user_id , app_userprofile . pref_brew_type , app_userprofile . pref_make_starter , app_userprofile . pref_secondary_ferm , app_userprofile . pref_dispensing_style , app_userprofile . timezone FROM app_userprofile INNER JOIN auth_user ON ( app_userprofile . user_id = auth_user . id ) WHERE auth_user . username = ?
502	DROP DATABASE test_brew_journal
503	UPDATE rule_alarms SET schedule_id = ? , severe_result_id = ? , fixed_time = NULL , email_targets = NULL , notes = NULL , fixed_by_user_id = NULL WHERE alarm_id = ?
504	INSERT INTO loghistogram_data ( base , nul , bin_0 , bin_1 , bin_2 , bin_3 , bin_4 , bin_5 , bin_6 , bin_7 , bin_8 , bin_9 , bin_10 , bin_11 , bin_12 , bin_13 , bin_14 , bin_15 , bin_16 , bin_17 , bin_18 , bin_19 , bin_20 , bin_21 , bin_22 , bin_23 , bin_24 , bin_25 , bin_26 , bin_27 , bin_28 , bin_29 , bin_30 , bin_31 , bin_32 , bin_33 , bin_34 , bin_35 , bin_36 , bin_37 , bin_38 , bin_39 , bin_40 , bin_41 , bin_42 , bin_43 , bin_44 , bin_45 , bin_46 , bin_47 , bin_48 , bin_49 , bin_50 , bin_51 , bin_52 , bin_53 , bin_54 , bin_55 , bin_56 , bin_57 , bin_58 , bin_59 , bin_60 , bin_61 , bin_62 , instance_id , TIMESTAMP ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
505	SELECT hibemailta0_ . target_id AS target1_25_ , hibemailta0_ . customSubject AS customSu2_25_ , hibemailta0_ . memAdmin AS memAdmin25_ , hibemailta0_ . name AS name25_ , hibemailta0_ . recipients AS recipients25_ , hibemailta0_ . smsFormat AS smsFormat25_ FROM target_email hibemailta0_ WHERE ? IN ( SELECT schedules1_ . rule_schedule_id FROM rule_schedule_email_targets schedules1_ WHERE hibemailta0_ . target_id = schedules1_ . target_id )
506	INSERT INTO statement_examples ( bytes , comment , connection_id , data_base , errors , exec_time , explain_plan , host_from , host_to , no_good_index_used , no_index_used , query_type , rows , source_location , TEXT , user , warnings , instance_id , TIMESTAMP ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ON duplicate KEY UPDATE bytes = IFNULL( VALUES( bytes ) , bytes ) /* , ... */ = IFNULL( VALUES( comment ) , comment ) /* , ... */ = IFNULL( VALUES( connection_id ) , connection_id ) /* , ... */ = IFNULL( VALUES( data_base ) , data_base ) /* , ... */ = IFNULL( VALUES( errors ) , errors ) /* , ... */ = IFNULL( VALUES( exec_time ) , exec_time ) /* , ... */ = IFNULL( VALUES( explain_plan ) , explain_plan ) /* , ... */ = IFNULL( VALUES( host_from ) , host_from ) /* , ... */ = IFNULL( VALUES( host_to ) , host_to ) /* , ... */ = IFNULL( VALUES( no_good_index_used ) , no_good_index_used ) /* , ... */ = IFNULL( VALUES( no_index_used ) , no_index_used ) /* , ... */ = IFNULL( VALUES( query_type ) , query_type ) /* , ... */ = IFNULL( VALUES( rows ) , rows ) /* , ... */ = IFNULL( VALUES( source_location ) , source_location ) /* , ... */ TEXT = IFNULL( VALUES( TEXT ) , TEXT ) /* , ... */ = IFNULL( VALUES( user ) , user ) /* , ... */ = IFNULL( VALUES( warnings ) , warnings )
507	SHOW ENGINE INNODB STATUS
508	UPDATE rule_schedules SET alarm_id = ? , autoCloseEnabled = ? , autoCloseNote = ? , enabled = ? , frequency = ? , instance_id = ? , rule_id = ? , snmpEnabled = ? WHERE schedule_id = ?
509	SELECT next_value FROM hilo_sequence_rule_alarms FOR UPDATE
510	SELECT rulevariab_ . instance_attribute_id , rulevariab_ . rule_schedule_id , rulevariab_ . variable_id FROM rule_dc_schedules rulevariab_ WHERE rulevariab_ . instance_attribute_id = ? AND rulevariab_ . rule_schedule_id = ? AND rulevariab_ . variable_id = ?
511	UPDATE rule_alarms SET schedule_id = ? , severe_result_id = ? , fixed_time = ? , email_targets = NULL , notes = ? , fixed_by_user_id = ? WHERE alarm_id = ?
512	INSERT INTO rule_alarms ( schedule_id , severe_result_id , fixed_time , email_targets , notes , fixed_by_user_id , alarm_id ) VALUES ( ? , ? , ? , ? , ? , ? , ? )
513	UPDATE hilo_sequence_rule_alarms SET next_value = ? WHERE next_value = ?
514	SHOW CREATE DATABASE foo
515	SHOW CREATE EVENT foo
516	SHOW CREATE FUNCTION foo_bar
517	SHOW CREATE PROCEDURE bar
518	SHOW CREATE TRIGGER a
519	SHOW CREATE VIEW viewey
520	SELECT statementt0_ . type_id as type1_3_ , statementt0_ . type_name AS type2_3_ , statementt0_ . namespace_id AS namespace3_3_ , statementt0_ . insert_count AS insert4_3_ FROM inventory_types statementt0_ , inventory_namespaces hibnamespa1_ WHERE ( SELECT CONCAT( inv_ns . namespace , ? , `t` . type_name ) FROM inventory_namespaces inv_ns JOIN inventory_types `t` ON ( inv_ns . namespace_id = `t` . namespace_id ) WHERE `t` . type_id = statementt0_ . type_id ) = ? AND statementt0_ . namespace_id = hibnamespa1_ . namespace_id AND hibnamespa1_ . namespace = ? AND statementt0_ . type_name = ?
520f	select statementt0_.type_id as type1_3_, statementt0_.type_name as type2_3_, statementt0_.namespace_id as namespace3_3_, statementt0_.insert_count as insert4_3_ from inventory_types statementt0_, inventory_namespaces hibnamespa1_ where (select concat(inv_ns.namespace, '.', t.type_name) from inventory_namespaces inv_ns join inventory_types t on (inv_ns.namespace_id=t.namespace_id) where t.type_id=statementt0_.type_id) ='mysql.Statement' and statementt0_.namespace_id=hibnamespa1_.namespace_id and hibnamespa1_.namespace='mysql' and statementt0_.type_name='Statement'
521	SELECT 1 FROM dual ORDER BY 1
522	SELECT 1 FROM dual ORDER BY 1 ASC
523	SELECT 1 FROM dual ORDER BY 1 DESC
EM-3901	DELETE FROM TABLE1 LIMIT 1
EM-3913	SELECT * FROM a_a_ AS b_b_, a_a_ AS c_c_ limit 5
EM-3491	SELECT  hibinvento0_.instance_id as instance1_5_2_, hibinvento0_.instance_name as instance2_5_2_, hibinvento0_.type_id as type3_5_2_, hibinvento0_.parent_id as parent4_5_2_, hibinvento0_.insert_count as insert5_5_2_, hibtype1_.type_id as type1_3_0_, hibtype1_.type_name as type2_3_0_, hibtype1_.namespace_id as namespace3_3_0_, hibtype1_.insert_count as insert4_3_0_, hibnamespa2_.namespace_id as namespace1_2_1_, hibnamespa2_.namespace as namespace2_1_  from inventory_instances hibinvento0_ inner join inventory_types hibtype1_ on hibinvento0_.type_id=hibtype1_.type_id left outer join inventory_namespaces hibnamespa2_ on hibtype1_.namespace_id=hibnamespa2_.namespace_id where hibinvento0_.instance_id=1835721
527	DELETE FROM FUS_DB_STATE WHERE LAST_CHECK < DATE_SUB(NOW(),INTERVAL 8 HOUR)
EM-312	SELECT se . * , el . login FROM empdata . support_employees se JOIN empdata . employee_login el ON ( el . person_id = se . person_id ) WHERE el . login = ?
EM-3563	SELECT * FROM merlintest . agentlist WHERE id NOT IN ( SELECT SUBSTR( `o` . value , ? , ? ) AS agentID FROM mem . dc_ng_string_now AS `o` JOIN mem . inventory_instance_attributes AS iia USING ( instance_attribute_id ) JOIN mem . inventory_instances USING ( instance_id ) JOIN ( SELECT inventory_attributes . attribute_id , attribute_name , instance_attribute_id , MAX( end_time ) AS _end_time FROM mem . dc_ng_string_now JOIN mem . inventory_instance_attributes USING ( instance_attribute_id ) JOIN mem . inventory_instances USING ( instance_id ) JOIN mem . inventory_attributes USING ( attribute_id ) WHERE attribute_name = ? GROUP BY instance_attribute_id ) AS `i` ON `o` . instance_attribute_id = `i` . instance_attribute_id AND `o` . end_time = `i` . _end_time ) ORDER BY id
EM-3832	SELECT GROUP_CONCAT('\\\\\n* ', t.table_schema, '.', t.table_name, ' (', ROUND(t.pct_used, 1) , '%)' ORDER BY pct_used DESC) AS table_list    FROM ( SELECT t.table_schema, t.table_name,                  100 * (t.auto_increment / (                 CASE                    WHEN ((LOCATE('tinyint',   c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) = 0)) THEN 127                    WHEN ((LOCATE('tinyint',   c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) > 0)) THEN 255                    WHEN ((LOCATE('smallint',  c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) = 0)) THEN 32767                    WHEN ((LOCATE('smallint',  c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) > 0)) THEN 65535                    WHEN ((LOCATE('mediumint', c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) = 0)) THEN 8388607                    WHEN ((LOCATE('mediumint', c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) > 0)) THEN 16777215                    WHEN ((LOCATE('bigint',    c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) = 0)) THEN 9223372036854775807                    WHEN ((LOCATE('bigint',    c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) > 0)) THEN 18446744073709551615                    WHEN ((LOCATE('int',       c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) = 0)) THEN 2147483647                    WHEN ((LOCATE('int',       c.column_type) > 0) AND (LOCATE('unsigned', c.column_type) > 0)) THEN 4294967295                    ELSE 0                  END)) AS pct_used             FROM information_schema.tables t, information_schema.columns c            WHERE t.table_schema = c.table_schema              AND t.table_name = c.table_name              AND LOCATE('auto_increment', c.extra) > 0        ) AS t   WHERE t.pct_used > 75
EM-4586	SELECT QRY_SID_QQ.QuestionID AS QuestionID,QRY_SID_QQ.QuestionTypeID AS QuestionTypeID,QRY_SID_QQ.Options AS Options,QRY_SID_QQ.Points AS Points,Now() AS Date, QRY_SID_QQ.Unknown AS Unknown, QRY_SID_QQ.UnitID AS UnitID, QRY_SID_QQ.Threshold AS Threshold, QRY_SID_QQ.OtherUnit AS OtherUnit FROM  QRY_A0154_QuizQuestions QRY_SID_QQ  LEFT JOIN QRY_A0154_RecordQns QRY_SID_RQ  ON ( QRY_SID_QQ.QuizID=QRY_SID_RQ.QuizID AND QRY_SID_QQ.QuestionID=QRY_SID_RQ.QuestionID AND  QRY_SID_RQ.AttemptID='0' AND  QRY_SID_RQ.UserID='319459' ) WHERE  QRY_SID_QQ.QuizID='c29f8c6a94a2488eb93750d631b96ebb' AND QRY_SID_RQ.QuestionID IS NULL ORDER BY  RAND() LIMIT 1
PR-276	SELECT ftable.id AS ftable_id, ftable.tid AS ftable_tid, ftable.fid AS ftable_fid, ftable.tablename AS ftable_tablename, ftable.ref AS ftable_ref FROM ftable INNER JOIN ttable ON ttable.id = ftable.tid WHERE ttable.state = 'TEST' AND ftable.fid = 'TEST' AND (ftable.tablename = 'testa' AND ftable.ref = 981675 OR ftable.tablename = 'testa' AND ftable.ref = 981663 OR ftable.tablename = 'testa' AND ftable.ref = 981668 OR ftable.tablename = 'testa' AND ftable.ref = 981694 OR ftable.tablename = 'testa' AND ftable.ref = 981699 OR ftable.tablename = 'testa' AND ftable.ref = 981687 OR ftable.tablename = 'testa' AND ftable.ref = 981659 OR ftable.tablename = 'testa' AND ftable.ref = 981664 OR ftable.tablename = 'testa' AND ftable.ref = 981690 OR ftable.tablename = 'testa' AND ftable.ref = 981652 OR ftable.tablename = 'testa' AND ftable.ref = 981683 OR ftable.tablename = 'testa' AND ftable.ref = 981676 OR ftable.tablename = 'testa' AND ftable.ref = 981669 OR ftable.tablename = 'testa' AND ftable.ref = 981695 OR ftable.tablename = 'testa' AND ftable.ref = 981672 OR ftable.tablename = 'testa' AND ftable.ref = 981660 OR ftable.tablename = 'testa' AND ftable.ref = 981665 OR ftable.tablename = 'testa' AND ftable.ref = 981691 OR ftable.tablename = 'testa' AND ftable.ref = 981696 OR ftable.tablename = 'testa' AND ftable.ref = 981653 OR ftable.tablename = 'testa' AND ftable.ref = 981684 OR ftable.tablename = 'testa' AND ftable.ref = 981656 OR ftable.tablename = 'testa' AND ftable.ref = 981677 OR ftable.tablename = 'testa' AND ftable.ref = 981670 OR ftable.tablename = 'testa' AND ftable.ref = 981680 OR ftable.tablename = 'testa' AND ftable.ref = 981673 OR ftable.tablename = 'testa' AND ftable.ref = 981661 OR ftable.tablename = 'testa' AND ftable.ref = 981666 OR ftable.tablename = 'testa' AND ftable.ref = 981692 OR ftable.tablename = 'testa' AND ftable.ref = 981697 OR ftable.tablename = 'testa' AND ftable.ref = 981654 OR ftable.tablename = 'testa' AND ftable.ref = 981685 OR ftable.tablename = 'testa' AND ftable.ref = 981657 OR ftable.tablename = 'testa' AND ftable.ref = 981678 OR ftable.tablename = 'testa' AND ftable.ref = 981688 OR ftable.tablename = 'testa' AND ftable.ref = 981650 OR ftable.tablename = 'testa' AND ftable.ref = 981671 OR ftable.tablename = 'testa' AND ftable.ref = 981681 OR ftable.tablename = 'testa' AND ftable.ref = 981674 OR ftable.tablename = 'testa' AND ftable.ref = 981662 OR ftable.tablename = 'testa' AND ftable.ref = 981667 OR ftable.tablename = 'testa' AND ftable.ref = 981693 OR ftable.tablename = 'testa' AND ftable.ref = 981698 OR ftable.tablename = 'testa' AND ftable.ref = 981655 OR ftable.tablename = 'testa' AND ftable.ref = 981686 OR ftable.tablename = 'testa' AND ftable.ref = 981658 OR ftable.tablename = 'testa' AND ftable.ref = 981679 OR ftable.tablename = 'testa' AND ftable.ref = 981689 OR ftable.tablename = 'testa' AND ftable.ref = 981651 OR ftable.tablename = 'testa' AND ftable.ref = 981682) ORDER BY ttable.datetime DESC
528 select title as "Betreff", FROM_UNIXTIME((startDate - 2440587.5) * 60 * 60 * 24, '%d.%m.%Y') as "Beginnt am", startTime as "Beginnt um", FROM_UNIXTIME((endDate - 2440587.5) * 60 * 60 * 24, '%d.%m.%Y') as "Endet am", endTime as "Endet um", "Aus" as "Ganztägiges Ereignis", descr as "Beschreibung", "" as "Ort" from `usr_web5_3`.`epc_calendar` order by startDate;

WB1	select _utf8 0xc386C3a4; 
WB2	select _ucs2 0x30da;
WB3	SELECT _big5'test'
WB4	SELECT _latin2'test' COLLATE latin2_czech_ci
WB5	SELECT _ujis'test'
WB6	SELECT _sjis'test'
WB7	SELECT _tis620'test'
WB8	SELECT _euckr'test'
WB9	SELECT _gb2312'test'
WB10	SELECT _cp1250'test' COLLATE cp1250_czech_ci
WB11	SELECT _gbk'test'
WB12	SELECT _utf8'test'
WB13	SELECT _ucs2 0xAABB
WB14	SELECT _binary 'test'
WB15	SELECT film.film_id AS FID, film.title AS title, film.description AS description, category.name AS category, film.rental_rate AS price, film.length AS length, film.rating AS rating, GROUP_CONCAT(CONCAT(CONCAT(UCASE(SUBSTR(actor.first_name,1,1)), LCASE(SUBSTR(actor.first_name,2,LENGTH(actor.first_name))),_utf8' ',CONCAT(UCASE(SUBSTR(actor.last_name,1,1)), LCASE(SUBSTR(actor.last_name,2,LENGTH(actor.last_name)))))) SEPARATOR ', ') AS actors FROM category LEFT JOIN film_category ON category.category_id = film_category.category_id LEFT JOIN film ON film_category.film_id = film.film_id JOIN film_actor ON film.film_id = film_actor.film_id JOIN actor ON film_actor.actor_id = actor.actor_id GROUP BY film.film_id
WB16  select * from actor procedure analyse()
