Michal Čihař
4f30297d38
Cache tracker enabled per table
...
This can be executed quite a lot of times during import and there is no
reason to query database again during that.
Fixes #13318
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:34:55 +02:00
Michal Čihař
5fd7b2c9de
Avoid getting tracking version for non tracked tables
...
We won't use it anyway, so it's better to avoid that query.
Issue #13318
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:31:43 +02:00
Michal Čihař
cf525c7876
Always execute tracking queries as controluser
...
Fixes #13132
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-30 13:09:08 +02:00
Michal Čihař
27fb0b58af
Merge branch 'QA_4_6'
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-01-23 14:07:29 +01:00
Michal Čihař
df0d8a06d3
Merge branch 'master' into master-security
2016-11-10 11:09:32 +01:00
Michal Čihař
970de0ac7a
Merge branch 'QA_4_6' into QA_4_6-security
2016-11-10 11:09:21 +01:00
Michal Čihař
dad93483c1
Merge branch 'QA_4_6'
2016-11-10 11:08:36 +01:00
Deven Bansod
f14cffdbe7
Properly escape strings in MySQL statement values
...
Use *_real_escape string functions provided by connectors to escape strings while exporting
Fix #12453
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Conflicts:
libraries/server_privileges.lib.php
2016-10-29 10:45:12 +05:30
Michal Čihař
fa45c8191e
Merge branch 'QA_4_6-security' into master-security
2016-10-24 13:55:44 +02:00
Deven Bansod
d74714c45e
Manage new-lines and extra whitespaces properly
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-10-11 10:46:35 +05:30
Michal Čihař
637d4eb4de
Merge branch 'QA_4_6-security' into master-security
2016-06-20 17:35:46 +02:00
Michal Čihař
1cc7466db3
Quote delimiter before using preg_replace
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-20 12:16:03 +02:00
Michal Čihař
5b5d5edefb
Merge remote-tracking branch 'origin/pull/12039'
2016-04-27 09:14:15 +02:00
Michal Čihař
b67febe3b0
Simplify fetching tracking status
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 11:37:46 +02:00
Durgesh
b87a6678c5
Refactored Tracker to use SqlParser, Issue #11966
...
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-03-07 23:26:13 +05:30
Michal Čihař
55b317c699
Remove /*overload*/ prefix from mb_* calls
...
I believe this was temporary flagging to see which code is migrated and
can be safely removed now.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-04 16:35:28 +01:00
Hugues Peccatte
42c0ebac85
Merge branch 'master' into useNamespaces_master
2015-09-09 22:05:00 +02:00
Hugues Peccatte
04b4f723d8
Move libraries/plugins/auth and export classes into a namespace.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-05 00:09:30 +02:00
Hugues Peccatte
58b10807c8
Rename classes files.
...
Rename classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:22 +02:00