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

946 B
Executable file

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:37:592023-03-23 16:37:59root@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:37:592023-03-23 16:37:59root@localhostutf8utf8_general_cilatin1_swedish_ci