Commit Graph

253 Commits

Author SHA1 Message Date
Michal Čihař
d03954bf9c Enable LOAD DATA LOCAL INFILE only when needed
There is no need to have this feature allowed for normal SQL queries, it
can lead to leaking sensitive files from the web server. It's enough to
enable it only in LDI import plugin, where we control what queries are
executed.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-23 08:59:02 +02:00
Michal Čihař
c1377f30a2 Define missing queries in the dummy driver
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-28 14:33:37 +01:00
Michal Čihař
c8c4311567 Another missing query
Signed-off-by: Michal Čihař <mcihar@suse.cz>
2013-12-04 10:47:30 +01:00
Michal Čihař
729603286a Add missing comma
Signed-off-by: Michal Čihař <mcihar@suse.cz>
2013-12-04 10:35:05 +01:00
Michal Čihař
1580d0f77a Another missing query 2013-12-04 10:10:39 +01:00
Michal Čihař
4a5d2e0720 Fixed test queries 2013-12-04 09:22:40 +01:00
J.M
529903e0dd Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Michal Čihař
5230e6cbdd Add missing query to dummy driver
This is needed to run testsuite on Windows.
2013-02-13 09:23:13 +01:00
Michal Čihař
57a97a7057 Use up to date links to bugs and feature requests 2013-02-04 11:52:47 +01:00
Marc Delisle
3da06649c9 Missing dummy queries 2012-11-04 09:42:19 -05:00
Marc Delisle
42f328cd6a Missing vim modeline 2012-11-04 09:38:23 -05:00
Michal Čihař
634db720e1 Unique columns test 2012-10-19 11:15:51 +02:00
Michal Čihař
f7dad085d1 Test for getting columns 2012-10-19 11:13:08 +02:00
Michal Čihař
c9d27916c7 Test for table renaming 2012-10-19 11:09:51 +02:00
Michal Čihař
dbf33cb24b Add fake PMA_DBI_store_result to other DBIs (bug #3577217) 2012-10-18 10:13:03 +02:00
Michal Čihař
adf6088894 Add simple testcase for PMA_Menu class 2012-09-21 15:24:08 +02:00
Michal Čihař
773dbd95e0 Doc improvements 2012-09-19 13:29:57 +02:00
Michal Čihař
62af270ee8 Rename private variables to start with underscore 2012-09-19 13:29:57 +02:00
Michal Čihař
cf4faabd66 Various doc blocks improvements 2012-09-19 13:29:57 +02:00
Michal Čihař
81b9ac6395 Rename private variables to start with underscore 2012-09-19 13:29:57 +02:00
Michal Čihař
da92463ac4 Various doc blocks improvements 2012-09-19 13:29:57 +02:00
Michal Čihař
e6d6704e79 Remove not used debug code 2012-09-19 13:29:57 +02:00
Michal Čihař
b92f6d57e7 Document shutdown handler and rename it 2012-09-19 13:29:57 +02:00
Michal Čihař
ed83a0874a Various coding style improvements 2012-09-18 16:57:22 +02:00
Michal Čihař
3628d0a593 Remove dead code 2012-09-18 16:50:40 +02:00
Michal Čihař
0a10ad15c3 Add some docblocks 2012-09-18 16:40:54 +02:00
Michal Čihař
c198b82a69 Various coding style improvements 2012-09-18 16:37:56 +02:00
Michal Čihař
0cb933732d Add test for error formatting 2012-09-18 16:33:29 +02:00
Dieter Adriaenssens
64c414f5dc use lowercase false 2012-09-18 16:21:24 +02:00
Michal Čihař
6dc078ec70 Add test for getting transformation 2012-09-18 10:55:46 +02:00
Michal Čihař
52e43c7e62 Simplify Drizzle test using new dummy dbi 2012-09-17 17:05:40 +02:00
Michal Čihař
582f0ceedf Fix PMA_build_html_for_db_tes 2012-09-17 17:00:32 +02:00
Michal Čihař
c72d60c170 Correctly name database 2012-09-17 16:43:52 +02:00
Michal Čihař
1a170b9953 Add some docs 2012-09-17 16:35:28 +02:00
Michal Čihař
ccd9578580 Simplify RTN/EVN/TRI tests using new dummy dbi 2012-09-17 16:34:28 +02:00
Michal Čihař
adde53d899 Simplify dbsearch test using new dummy dbi
Also make it reuse dummy queries from qbe test
2012-09-17 16:12:06 +02:00
Michal Čihař
160215bdc3 Simplify qbe test using new dummy dbi 2012-09-17 16:01:18 +02:00
Michal Čihař
6a77a55d8e Simplify bookmarks test using new dummy dbi 2012-09-17 15:47:43 +02:00
Michal Čihař
9cc274b937 Convert innodb engine test to new dummy dbi 2012-09-17 15:45:03 +02:00
Michal Čihař
7479822d23 Move defines to dbi driver 2012-09-17 15:28:22 +02:00
Michal Čihař
9e53cc82a6 Add dummy dbi driver to be used in testsuite 2012-09-17 15:18:50 +02:00
Madhura Jayaratne
2491205393 Fix doc blocks 2012-09-04 21:35:06 +05:30
Dieter Adriaenssens
dfb51338ea fix coding style, wrap long lines 2012-09-02 21:34:24 +02:00
Madhura Jayaratne
35f29764f0 Fix multi line conditions 2012-08-30 22:35:56 +05:30
Chanaka Indrajith
b81935e05c Use PMA_DBI_real_multi_query function, inside PMA_DBI_try_multi_query function 2012-07-23 21:34:54 +05:30
Chanaka Indrajith
9f1f8d6c75 Support for stored procedures with multiple queries 2012-07-22 16:22:49 +05:30
Chanaka Indrajith
d5acfed0e8 Multiple results support for SQL executions 2012-07-20 23:13:04 +05:30
Alex Marin
0565b0e12a oop: integrate authentication plugins 2012-06-22 11:43:54 +03:00
Michal Čihař
5370d0d6c3 Fix spacing of @package used together with @subpackage 2012-05-02 11:29:34 +02:00
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +02:00