You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3.2.8] @@server_uuid and UUID() - these 2 are not the same - changed in version 3.2.0 on 02/01/2025 release - since then records are added to import_server TABLE as different servers each execution
[3.2.8] add comments to importProcessID explain changes - scraped using server_uuid, UUID() and server_uid.
[3.2.8] alter TABLE import_server rename COLUMN serveruuid to dbcomment.
[3.2.8] modify process_access_parse, process_error_parse, process_access_import and process_error_import add file LOOP for CALL to importFileCheck. Less CALLS, cleaner code for changes made in version 3.0.
[3.2.8] add FOR UPDATE clause to SELECTS for process_access_parse, process_error_parse, process_access_import and process_error_import to LOCK RECORDS.