Dan Ungureanu
91b97fadc2
Remove unneeded closing tags.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Madhura Jayaratne
06ee23ed26
Add PMA_VERSION to fix failing tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-17 11:28:34 +05:30
Dan Ungureanu
053f7fc2e9
Fixed test.
2015-07-12 00:49:49 +03:00
Dan Ungureanu
5fa3bdf0d1
Restore SQL mode after export with certain configuration has finished.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-11 00:42:16 +03:00
Dan Ungureanu
ecc60f3664
Fixed failing tests. Also, removed deprecated PHPUnit configuration that might cause issues with XDebug.
...
Fixed a bug where the query delimiter would not be added.
Updated sql-parser to udan11/sql-parser@7c925b6 .
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:18 +03:00
Dan Ungureanu
ae733edf41
Removed the old parser.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:18 +03:00
Dan Ungureanu
d4cbb51d04
Using the new parser for replacing aliases for export.
...
Updated sql-parser library to udan11/sql-parser@2833495 .
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:17 +03:00
Madhura Jayaratne
dadecaf393
Match the name of corresponding config value.
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-30 15:16:42 +05:30
Madhura Jayaratne
2b1b872f63
Fix SQL export related tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 16:45:04 +05:30
Madhura Jayaratne
9e26714239
Fix failing test
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-09 21:32:03 +05:30
Madhura Jayaratne
f6b7f98322
Fix merge conflicts
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-23 10:43:54 -05:00
Marc Delisle
bc7d57f613
The minimum supported MySQL version is 5.5
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-16 13:32:15 -04:00
Madhura Jayaratne
603b31d023
Revert "The DisableIS directive is being deprecated"
...
This reverts commit 57ef25eed8 .
Conflicts:
test/classes/plugin/export/PMA_ExportSql_test.php
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:30:16 +05:30
Marc Delisle
e3fb12e385
Merge commit '3b479f5'
2014-08-28 15:43:36 -04:00
Smita Kumari
3b479f52f9
fix unit test
...
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-08-28 22:48:35 +05:30
Marc Delisle
8537e1d966
Merge commit '5681db5'
2014-08-14 12:08:12 -04:00
Smita Kumari
5681db5084
fix bug #4516
...
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-08-14 20:55:02 +05:30
Chirayu Chiripal
a78a7a0c9c
export with table/column names changes extended for other export formats
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-18 16:09:57 +05:30
Marc Delisle
a83ca5d73b
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-10 12:43:07 -04:00
Chirayu Chiripal
ff688b18fb
Bug-4448: Dump binary columns in hexadecimal notation not working and hex_for_blob -> hex_for_binary
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-10 19:00:16 +05:30
Chirayu Chiripal
33dfef377f
RFE-759 Use aliases in SQL export for tables and columns
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-09 22:44:07 +05:30
Michal Čihař
d559fa6a21
Remove trailing whitespace from the code
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-20 09:36:48 +01:00
Jeff Chan
581f8e4d94
Define MYSQL_VERSION string constant if not already defined
...
These tests were failing when run individually since the constant was
not defined. This patch defines the constant if it doesn't exist.
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-14 18:59:07 +00:00
Jeff Chan
013a9a3395
Move slow test in HHVM to group medium
...
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 20:52:13 +00:00
Jeff Chan
0216a5a4a1
Move slow tests in HHVM to group medium
...
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:20:31 +00:00
Jeff Chan
3f0f634c38
Import config to make unit tests friendlier to running independently
...
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.
This is similar to 607cb3b0b3
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-12 03:30:36 +00:00
Jeff Chan
607cb3b0b3
Import dependencies to make unit tests friendlier to running independently
...
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.
This is similar to 659efe1a88
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-10 03:26:24 +00:00
Jeff Chan
659efe1a88
Import dependencies to make unit tests friendlier to running independently
...
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.
This is similar to 840f7b1215
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-09 08:16:24 +00:00
Chanaka Indrajith
4457f40ef4
Support for export server/db/table without views
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-06 23:03:04 +05:30
Chanaka Indrajith
55151381fa
rfe-1403 : Support for export only triggers/stored procedures
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-04 22:47:00 +05:30
Chanaka Indrajith
2988aebc86
rfe-1483 : Export database without triggers
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-01-28 23:09:59 +05:30
Marc Delisle
57ef25eed8
The DisableIS directive is being deprecated
2013-11-05 05:10:13 -05:00
Madhura Jayaratne
f311c9c502
Remove trailing white spaces
2013-11-03 19:13:23 +05:30
Marc Delisle
c7e504b337
This test should use a numeric value
2013-10-11 12:57:46 -04:00
ayushchd
ff715b1b90
UTs for export libraries
2013-08-07 00:00:51 +05:30