Skip to content

Commit ed451ff

Browse files
committed
version 3.2.8 updates
revamped 4 process_*, importProcessID, importServerID Procedures - see changelog
1 parent 1a66a8d commit ed451ff

File tree

4 files changed

+1305
-1163
lines changed

4 files changed

+1305
-1163
lines changed

.github/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
- version 3.2.0 - 02/01/2025 - MariaDB compatible and Log Rotation
1414
- version 3.2.5 - 02/06/2025 - Log Generator Stress Test Improvements
1515
- 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
1718
- [1.0.1] apache_logs.error_systemCodeID corrected line - INTO logsystemCode to INTO logsystemCodeID
1819
- [1.0.1] remove debugging - SELECT statement from apache_logs.process_access_import, process_error_import & normalize_useragent.
1920
- [1.0.1] remove whitespace and commented out old code on all stored programs
@@ -125,4 +126,9 @@
125126
- [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.
126127
- [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.
127128
- [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

Comments
 (0)