MySQLTuner-perl/examples/github/result/mariadb/10.4/ifs_ROUTINES.csv
Jean-Marie Renouard 3164f3a727 last updates
2023-04-12 20:45:03 +02:00

1 line
No EOL
960 B
Text
Executable file

"AddGeometryColumn","def","mysql","AddGeometryColumn","PROCEDURE","","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","SQL","begin\n set @qwe= concat('ALTER TABLE ', t_schema, '.', t_name, ' ADD ', geometry_column,' GEOMETRY REF_SYSTEM_ID=', t_srid); PREPARE ls from @qwe; execute ls; deallocate prepare ls; end","NULL","NULL","SQL","NO","CONTAINS SQL","NULL","INVOKER","2023-03-23 16:38:01","2023-03-23 16:38:01","","","mariadb.sys@localhost","utf8","utf8_general_ci","latin1_swedish_ci""DropGeometryColumn","def","mysql","DropGeometryColumn","PROCEDURE","","NULL","NULL","NULL","NULL","NULL","NULL","NULL","NULL","SQL","begin\n set @qwe= concat('ALTER TABLE ', t_schema, '.', t_name, ' DROP ', geometry_column); PREPARE ls from @qwe; execute ls; deallocate prepare ls; end","NULL","NULL","SQL","NO","CONTAINS SQL","NULL","INVOKER","2023-03-23 16:38:01","2023-03-23 16:38:01","","","mariadb.sys@localhost","utf8","utf8_general_ci","latin1_swedish_ci"