Commit Graph

17 Commits (2.4)

Author SHA1 Message Date
iglocska cd25980da9
fix: [sql logs] captured when benchmarking is enabled but debug level is < 2 2024-04-23 15:03:22 +02:00
Jakub Onderka 5247b9cd6d fix: [internal] Check if values is not empty for MysqlExtended 2024-03-24 13:35:00 +01:00
iglocska 7072451d0f
new: [datasource] improvements
- Some datasources updated with the ignoreIndexHint parameter
  - mysqlExtended
  - mysqlObserverExtended

- Also fixed forceIndexHint
2024-03-20 13:04:36 +01:00
Jakub Onderka 87a94a9345 chg: [internal] Slightly optimise Mysql::insertMulti 2024-01-27 13:01:13 +01:00
iglocska 7e641c572d
fix: [datasource] added mashup of mysqlobserver and mysqlextended 2023-12-21 09:41:02 +01:00
Jakub Onderka f247571542 chg: [logs] Add SQL queries count to access log 2022-11-13 17:42:40 +01:00
Jakub Onderka f3d0fcebbb chg: [internal] Micro optimisation 2022-10-21 16:45:31 +02:00
Luciano Righetti 39f5a3b556
chg: FORCE index hint instead of USE see #8633 2022-10-04 16:22:34 +02:00
Jakub Onderka c95ff6d29a chg: [internal] Optimise MysqlExtended 2022-05-21 11:40:18 +02:00
Jakub Onderka 0245034373 new: [internal] Experimental MysqlExtended driver 2022-05-21 11:40:18 +02:00
Luciano Righetti 44f7f5c71b fix: do not escape, user cannot have control over this, same as or other options. 2022-05-19 11:22:55 +02:00
Luciano Righetti d72060ec8e chg: remove typehint 2022-05-19 11:10:58 +02:00
Luciano Righetti 2e43a3b051 chg: remove todo, out of scope 2022-05-19 11:10:15 +02:00
Luciano Righetti 217be89e00 new: add MysqlExtended DboSource to support index query hints 2022-05-19 11:08:31 +02:00
iglocska 659e38f6c9
fix: [database] made MySQLObserver php < 7.2 compliant 2020-04-14 15:37:55 +02:00
iglocska 4ded5a73c4
new: [database] New MySQL data source added for debugging
- MySQLObserver datasource added - prepends all queries with the requested controller/action and user ID for better debugging
2020-04-14 15:04:33 +02:00
iglocska 95f17d6acd
fix: [sync] Some minor changes to the sighting push
- correctly handle anonymisation
- only push sightings, not rest of the event (decide on sender side)
- handle receiving sanitised sightings
2019-11-25 14:32:22 +01:00