|
13 | 13 | - version 3.2.0 - 02/01/2025 - MariaDB compatible and Log Rotation
|
14 | 14 | - version 3.2.5 - 02/06/2025 - Log Generator Stress Test Improvements
|
15 | 15 | - version 3.2.6 - 02/14/2025 - consolidation of 25 source code scripts refined for MySQL & MariaDB
|
16 |
| -- version 3.2.7 - 02/28/2025 - added error message Exception details, resolved backslash & forward slash issues, schema script improvements - see changelog |
| 16 | +- version 3.2.7 - 02/28/2025 - added error message Exception details, resolved backslash & forward slash issues, schema script improvements |
| 17 | +- version 3.2.8 - 03/05/2025 - revamped 4 process_*, importProcessID, importServerID Procedures |
17 | 18 | - [1.0.1] apache_logs.error_systemCodeID corrected line - INTO logsystemCode to INTO logsystemCodeID
|
18 | 19 | - [1.0.1] remove debugging - SELECT statement from apache_logs.process_access_import, process_error_import & normalize_useragent.
|
19 | 20 | - [1.0.1] remove whitespace and commented out old code on all stored programs
|
|
125 | 126 | - [3.2.7] add except Exception as e: to all previous except: statements. e is printed with error message to console and logged to `import_error` TABLE.
|
126 | 127 | - [3.2.7] fixed MacOS and Linux platforms issue with double seperators in paths stored in `import_file` TABLE. This was a result of fixing the double separator on Windows platform. Issue now fixed on all 3 platforms.
|
127 | 128 | - [3.2.7] modify `apache_logs_schema.sql` generation script to comment out DROP statements and add comment to start of each merged file.
|
128 |
| -- [3.2.7] add two indexes for companion Web Interface - mysql-to-apache-echarts which is due to be released mid-March. |
| 129 | +- [3.2.7] add two indexes for companion Web Interface - mysql-to-apache-echarts which is due to be released mid-March. |
| 130 | +- [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 |
| 131 | +- [3.2.8] add comments to `importProcessID` explain changes - scraped using server_uuid, UUID() and server_uid. |
| 132 | +- [3.2.8] alter TABLE `import_server` rename COLUMN `serveruuid` to `dbcomment`. |
| 133 | +- [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. |
| 134 | +- [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. |
0 commit comments