Commit Graph

3339 Commits

Author SHA1 Message Date
Tomas Srnka
53e18f0889 Fixed empty list in synchronization, if there is no DB available 2009-11-26 00:04:43 +00:00
Tomas Srnka
352f9e38be Privileges in slave replication user addition fixed 2009-11-25 23:48:13 +00:00
Marc Delisle
40b28baf4d patch #2903400 [bookmarks] Status of bookmark table 2009-11-25 10:52:32 +00:00
Marc Delisle
9d8685d105 hardcoded messages 2009-11-24 15:31:57 +00:00
Marc Delisle
f0b3b1a8cf coding standards 2009-11-23 00:53:24 +00:00
Marc Delisle
182c02c5e8 bug #2893221 [core] Statement may not be safe to log in statement format 2009-11-21 13:22:08 +00:00
Marc Delisle
58d880b6ab bug #2897536 [parser] Copying table with bit field with default 2009-11-15 13:50:32 +00:00
Marc Delisle
ad48d9f31c bug #2895894 [structure] Empty default value not set properly 2009-11-13 11:14:10 +00:00
Marc Delisle
cf67da28a1 bug #2887357 [core] Slow loading times with large databases (partial fix) 2009-11-08 11:33:28 +00:00
Marc Delisle
9c35a4f947 bug #2894015 - typo 2009-11-08 10:35:00 +00:00
Marc Delisle
729d965a04 optimization: do not verify each time the presence of blobstreaming plugins; coding standard 2009-11-07 12:00:19 +00:00
Marc Delisle
ce9705af8e bug #2891250 [ob] Garbled data in navi frame (PHP 5.2.11 bug) 2009-11-05 10:00:51 +00:00
Marc Delisle
8c2c7f0b99 better default for Export "asfile" 2009-11-03 13:10:44 +00:00
Marc Delisle
6afa59946a bug #2890443 [mysqli] "No index used in query" exception is reported 2009-11-02 17:35:36 +00:00
Marc Delisle
b95bffb1b5 rfe #2823686 [interface] Increase default height of query window 2009-11-01 12:37:55 +00:00
Marc Delisle
e4395ab7e8 bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status 2009-10-31 18:53:56 +00:00
Marc Delisle
3d2225d3fc remove some duplicate code 2009-10-25 12:01:18 +00:00
Marc Delisle
d2233aac88 remove duplicate code; add server type and name in headers 2009-10-25 11:38:17 +00:00
Marc Delisle
112e3379b7 sort_tbl is sometimes empty 2009-10-24 12:34:19 +00:00
Marc Delisle
eb8da39c48 undefined variable 2009-10-24 12:25:48 +00:00
Marc Delisle
b4169d1747 bug #2826128 [display] Inverting sort order when expression contains a function name 2009-10-24 12:07:35 +00:00
Marc Delisle
f9c781a73f bug #2883633 [export] Export of InnoDB table is incomplete 2009-10-23 16:50:39 +00:00
Marc Delisle
089be818a3 typo in comment 2009-10-23 10:15:25 +00:00
Marc Delisle
1419fcf3c2 remove deprecated parameter of PMA_Table::countRecords() 2009-10-23 10:02:09 +00:00
Marc Delisle
40f66a3422 synchronize did not work when tracking was enabled 2009-10-18 12:32:30 +00:00
Marc Delisle
e9a1687a75 bug #2868328 [relations] Adding foreign key when table name contains a dot 2009-10-17 12:58:05 +00:00
Herman van Rink
b55c48b8d8 Added unittest for PMA_ifSetOr() 2009-10-16 08:10:26 +00:00
Marc Delisle
9ae329e4ad in Synchronize, the connection problems detection no longer worked 2009-10-16 00:32:42 +00:00
Herman van Rink
593c28aabd [interface] #2879909 Removed double htmlspecialchars when editing enum column 2009-10-15 15:49:09 +00:00
Marc Delisle
478f7eb529 undefined variables 2009-10-14 17:02:03 +00:00
Marc Delisle
d7ffee57e1 [core] Removed context from the error handler 2009-10-11 12:27:21 +00:00
Marc Delisle
6a803f65d3 [auth] Add custom port configuration in signon 2009-10-10 11:33:03 +00:00
Marc Delisle
d11b9cf240 when clicking Synchronize Databases, do not load all source data in memory; todo: handle correctly BLOBs 2009-10-04 12:34:29 +00:00
Herman van Rink
0ad129ef05 bug #2872247 [interface] Failed opening required mysql_charsets.lib.php, thanks to CyberLeo Kitsana - cyberleo 2009-10-03 19:25:26 +00:00
Marc Delisle
0a36d8ee6a respect MaxCharactersInDisplayedSQL when displaying INSERT queries 2009-10-03 14:14:15 +00:00
Marc Delisle
7a3da21570 use high-level function to avoid an undefined value 2009-10-03 13:48:42 +00:00
Marc Delisle
05282dea25 missing connection links 2009-10-03 12:39:06 +00:00
Marc Delisle
2227f1c4c3 bug #2852370 [operations] Renaming database deletes triggers 2009-09-27 13:23:07 +00:00
Marc Delisle
780e876f8d bug #2537766 [import] Comments are stripped when editing store procedures 2009-09-26 11:22:19 +00:00
Herman van Rink
6268d5c52b Fixed a bug when a column had the same name as the table, the table would not be created on the target.
And added a FIXME tag for another bug
2009-09-24 13:18:47 +00:00
Herman van Rink
f92beeae4f Fix data sync in replication scenario 2009-09-24 07:09:17 +00:00
Marc Delisle
c34ab9ed37 bug #2832600 [export] Slow export when having lots of databases 2009-09-20 12:21:30 +00:00
Marc Delisle
df80bf5a3b group related directives 2009-09-20 10:41:28 +00:00
Herman van Rink
ed31f3553c Moved 'Add slave replication user' form to separate function.
Added 'Show connected slaves'.
2009-09-18 14:53:19 +00:00
Marc Delisle
a4dcf806cc parser should return an array in case of errors, thanks to Thomas Pulickal 2009-09-17 17:05:14 +00:00
Marc Delisle
08c6c4a57d patch #2859788 [parser] Double-character delimiters (bug #2846239) 2009-09-17 16:51:28 +00:00
Marc Delisle
0cc40a874e in non-exit situation, the error message coming from MySQL was not displayed 2009-09-15 16:44:12 +00:00
Derek Schaefer
300ff173db MediaWiki display name now uses localization. 2009-09-14 22:16:24 +00:00
Derek Schaefer
dde6838ad6 Added MediaWiki export module. Feature request #2838642 2009-09-14 22:11:03 +00:00
Derek Schaefer
6e26b05999 Improved ODS date/time/datetime export format. Patch #2856664 2009-09-14 06:21:04 +00:00