MySQLTuner-perl/examples/github/result/mariadb/10.4/ifs_ROUTINES.csv
2023-04-12 22:06:34 +02:00

960 B

1AddGeometryColumndefmysqlAddGeometryColumnPROCEDURENULLNULLNULLNULLNULLNULLNULLNULLSQLbegin\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; endNULLNULLSQLNOCONTAINS SQLNULLINVOKER2023-03-23 16:38:012023-03-23 16:38:01mariadb.sys@localhostutf8utf8_general_cilatin1_swedish_ci"DropGeometryColumndefmysqlDropGeometryColumnPROCEDURENULLNULLNULLNULLNULLNULLNULLNULLSQLbegin\n set @qwe= concat('ALTER TABLE ', t_schema, '.', t_name, ' DROP ', geometry_column); PREPARE ls from @qwe; execute ls; deallocate prepare ls; endNULLNULLSQLNOCONTAINS SQLNULLINVOKER2023-03-23 16:38:012023-03-23 16:38:01mariadb.sys@localhostutf8utf8_general_cilatin1_swedish_ci