Commit Graph

190 Commits

Author SHA1 Message Date
Marc Delisle
fd7c8522ea Clarify method name
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-03 10:14:29 -04:00
Madhura Jayaratne
d2e03853e8 Remove Drizzle support from operations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:02:45 +10:00
Madhura Jayaratne
b48c414c0b Fix bugs introduced in 788c96e8c7 while fixing issue #11442
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-03 09:53:34 +10:00
Madhura Jayaratne
788c96e8c7 Fix #11442 MySQL 5.7 and SHOW VARIABLES
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-31 17:10:32 +10:00
Madhura Jayaratne
6eb6786506 Standardize to sentence case
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-26 16:57:42 +10:00
Atul Pratap Singh
917add1528 Merge pull request #11370 from gzzhanghao/unittest
Recover test coverage
2015-08-25 13:30:44 +05:30
Hugues Peccatte
bd707b871d Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 23:34:50 +02:00
Hugues Peccatte
00bd7f02f3 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 19:36:16 +02:00
Jason
fb2fb18dcd Fixes issue #11399.
- Also some changes were made to prevent same kind of bug from occuring again

Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-21 07:23:27 -04:00
Jason
d6577f5d1a Add tests for TableSearchController, TableStructureController.
- Also fix a missing include in operations.lib.php

Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-20 01:20:08 +08:00
Hugues Peccatte
a885e45667 Update PHPDoc.
Make PHPCS happy.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-09 16:05:24 +02:00
Madhura Jayaratne
56b38eaa6f Pre-load rename and copy operations with current database name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-07 21:10:01 +05:30
Madhura Jayaratne
82bc23e24f Add missing space between text and doc links
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-07 20:58:44 +05:30
Madhura Jayaratne
92f155ed38 Check 'Add constraints' by default since InnoDB is commonly used
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-07 17:04:56 +05:30
Jason
6636153071 Resolve conflicts from upstream
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23 11:29:53 +08:00
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
755b8c8bd3 Merge branch 'QA_4_4' 2015-07-10 12:31:50 +05:30
Deven Bansod
f91eae01ae bug-Some Tbl/Db operations don't work on Drizzle
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-04 22:53:53 +05:30
Deven Bansod
8043108842 Removed Adjust privileges option for Drizzle
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-02 03:21:55 +05:30
Deven Bansod
d014dbcc29 Trial Approach to solve Privileges bug for RFE#657
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-01 22:23:52 +05:30
Madhura Jayaratne
653acc8444 Group changing collation of all column and collation changing
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-29 15:14:04 +05:30
Isaac Bennetch
0a868fb4ba Merge pull request #1699 from devenbansod/rfe726
RFE#726 - Batch changing column collations
2015-06-09 08:31:02 -04:00
Deven Bansod
30c9b2d066 RFE#726 - Batch changing column collations
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-09 12:24:34 +05:30
Madhura Jayaratne
775ff68df3 Align labels in table operations page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-08 20:11:33 +05:30
Madhura Jayaratne
0febc016ee Move adjust privileges next to rename since its applicable there and no to other table options
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-08 17:43:46 +05:30
Madhura Jayaratne
8834e55b19 Separate create options from post create actions
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-08 17:37:13 +05:30
Madhura Jayaratne
c65a989724 Separate creation activities from post create activities
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-08 14:13:16 +05:30
Madhura Jayaratne
6e999cab5c Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-28 14:52:58 +05:30
Madhura Jayaratne
834df9d982 - bug #4923 Do not limit table comments to 60 characters
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-28 14:39:47 +05:30
Marc Delisle
1850478953 Fix param type
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-26 08:14:02 -04:00
Marc Delisle
ec5cd83c63 Refactor
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-25 14:27:24 -04:00
Hugues Peccatte
e1d0646fed Make PHPcs happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-05-23 01:21:30 +02:00
Isaac Bennetch
7b69b91431 Merge pull request #1687 from devenbansod/657corrections
Added Documentation for RFE#657
2015-05-22 10:10:33 -04:00
Deven Bansod
07e32779de Fixed method Names where they are called
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-22 16:26:31 +05:30
Deven Bansod
bb6dfb840e Added Documentation for RFE#657
Changed the Label to "Adjust Privileges"

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-22 04:45:55 +05:30
Isaac Bennetch
ff169e51ef Merge pull request #1681 from devenbansod/1485Corrections
Fixed some issues in Pull#1662 commit for RFE#1485
2015-05-20 11:15:43 -04:00
Isaac Bennetch
46ba4603ac Merge pull request #1664 from devenbansod/rfe657
RFE 657 : Realigning privileges after DB/Tbl/Col/Proc Rename/Copy/Move
2015-05-18 23:39:29 -04:00
Deven Bansod
5b8e97ce80 RFE 657 : Realigning privileges after DB/Tbl/Col/Proc Rename/Copy
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>

Changed some Variable-names and
Fixed an error with procs_priv insert.

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-19 13:21:48 +05:30
Deven Bansod
59889243ff Fixed some issues in Pull#1662 commit
Checks for LINEAR HASH and LINEAR KEY partition types were missing.
These can not be DROPped, should be COALESCEd instead.

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-18 18:10:35 +05:30
Madhura Jayaratne
c38965f830 TRUNCATE partition option
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 13:22:58 +05:30
Madhura Jayaratne
9ea37c4b65 Chose an option by default
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 13:14:48 +05:30
Madhura Jayaratne
629987938c Force user to select at least one partition
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 13:03:52 +05:30
Madhura Jayaratne
58e61e923e Confirm before COALESCE as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 13:01:58 +05:30
Madhura Jayaratne
c24e47c74e Indent properly, Inline control structures are discouraged
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 12:35:39 +05:30
Madhura Jayaratne
5fef115c2e Select first partition by default
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 12:31:46 +05:30
Madhura Jayaratne
99c126873c Move the partition method extraction logic to Partition class
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-13 12:10:16 +05:30
Deven Bansod
d00fe5cf6a RFE #1485 : Add a DROP/ COALESCE Partition option in Partition Maintenance
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-11 06:00:20 +05:30
Madhura Jayaratne
c0af357edf Separate two kinds of operations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-01 15:09:18 +05:30
Madhura Jayaratne
545de160ab Apply length limits
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-01 07:31:36 +05:30
Madhura Jayaratne
0f5e0063ce Clear floating before radio buttons as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-29 19:56:05 +05:30