Commit Graph

98 Commits

Author SHA1 Message Date
Marc Delisle
565dc8d348 bug #1906983 [export] Reimport of FUNCTION fails 2008-04-06 23:22:19 +00:00
Marc Delisle
e8c15e7e85 bug 1926357, last part of the fix 2008-04-06 12:52:53 +00:00
Marc Delisle
9ddb422b87 bug #1906980 [Export] Import of VIEWs fails if temp table exists 2008-03-18 16:57:33 +00:00
Marc Delisle
a034f729ae bug #1893034 [Export] SET NAMES for importing with command-line client 2008-03-09 13:42:39 +00:00
Marc Delisle
5d0c2032ce Export events 2008-02-27 18:00:30 +00:00
Marc Delisle
4bb9cdf1b3 PMA_DBI_get_definition() 2008-02-26 13:17:22 +00:00
Marc Delisle
8e0a78e0c6 remove code/message for deprecated pmadb-style column comments in the export file 2007-12-23 13:49:34 +00:00
Marc Delisle
d6da079aaf bug #1825172 [export] Exporting and functions 2007-11-03 14:52:05 +00:00
Sebastian Mendel
8a3d582aaa removed MySQL < 5 code 2007-10-02 08:47:20 +00:00
Marc Delisle
f0f97fefc6 bug #1783667 NO_AUTO_VALUE_ON_ZERO and MySQL version 2007-08-30 16:35:47 +00:00
Marc Delisle
664a9f9fc0 patch #1766633 Incorrect export with specified MySQL port, thanks to Juergen Wind 2007-08-11 13:01:36 +00:00
Sebastian Mendel
d2b9013fad fixed E_STRICT 2007-08-02 11:40:16 +00:00
Marc Delisle
f3636aedc3 bug #1751172 Do not export data when exporting a single VIEW 2007-07-12 14:48:52 +00:00
Marc Delisle
8ea5dfc479 bug #1747215, other cases of blanks at end of line 2007-07-11 19:19:32 +00:00
Marc Delisle
f772df4b99 bug #1747215 Export emits blanks at line ends 2007-07-11 13:53:58 +00:00
Marc Delisle
e1bd91f914 bug #1722502 DROP TABLE in export VIEW 2007-06-14 17:10:25 +00:00
Marc Delisle
e33c249de2 bug #1722502 DROP TABLE in export view structure 2007-05-21 17:13:49 +00:00
Marc Delisle
951b2a2f9e bug #1715709 export in SQL format always includes procedures and functions 2007-05-20 19:00:38 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Marc Delisle
b84107152d bug #1688053, improvement for latest fix 2007-03-29 13:20:58 +00:00
Marc Delisle
4de60460b3 bug #1688053 [export] Wrong export of binary character fields 2007-03-26 16:48:13 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
d51f1126f6 use generic $strOptions 2007-02-19 18:15:55 +00:00
Marc Delisle
735de4b93c undefined variable if AllowAnywhereRecoding is false 2007-02-17 18:02:36 +00:00
Michal Čihař
6ac319f159 DELIMITER should not be commented out (bug #1612870). 2007-01-02 09:24:56 +00:00
Marc Delisle
b0588d3570 bug #1621280, support VIEW dependencies during export 2006-12-26 16:10:47 +00:00
Marc Delisle
5c351fc48b bug #1619647, export of query results should not contain procedure definitions 2006-12-21 01:11:00 +00:00
Marc Delisle
46ccf8cdca duplicated line, committed too fast 2006-12-11 14:54:47 +00:00
Marc Delisle
6a4e2a1164 patch #1595784, add charset information to SQL exported file 2006-12-10 12:56:12 +00:00
Marc Delisle
d01f9977fb remove uva prefix 2006-12-10 12:32:41 +00:00
Michal Čihař
0bca319d18 Keep 0 in exported auto_increment fields (bug #1440544). 2006-10-18 14:39:49 +00:00
Marc Delisle
6de7cbca22 bug 1562533, unbuffered queries 2006-10-09 12:39:08 +00:00
Marc Delisle
b00f3d56cb bug #1550690, wrong export of constraints 2006-10-01 18:48:43 +00:00
Marc Delisle
75c0fa389a bug #1556934, SQL compatibility mode on export 2006-09-12 17:20:07 +00:00
Marc Delisle
2f1c30d257 bug #1555760, export default parameter broken 2006-09-11 21:27:21 +00:00
Marc Delisle
8e5514549d bug #1527862, export foreign keys is broken in latest CVS 2006-08-05 10:51:03 +00:00
Marc Delisle
c0e3385e69 bug #1526000, copying table to another db (MYSQL 5.0.24) 2006-08-04 17:21:48 +00:00
Marc Delisle
029a63a1f5 single-table copy did not copy the constraints 2006-07-04 15:53:41 +00:00
Marc Delisle
31a7ac1c5c procedures and functions 2006-06-22 20:55:19 +00:00
Michal Čihař
c42b74c54d Fix handling of backquotes (bug #1497239). 2006-05-30 06:33:47 +00:00
Michal Čihař
cd55bb7ccb Fix UPDATE export with extended inserts enabled (bug#1482103), fix export type selection. 2006-05-05 09:20:17 +00:00
Michal Čihař
9199199219 Use plugins for extension and MIME type. 2006-04-26 17:49:47 +00:00
Michal Čihař
b3d0d7622e oops forgot to remove FIXME comments 2006-04-26 16:34:44 +00:00
Michal Čihař
6e17c995fb Convert export to plugin architecture, so that plugins are independant piece of code (RFE #1325937). 2006-04-26 16:33:59 +00:00
Marc Delisle
e91fcb271d bug #1401864, DROP VIEW instead of DROP TABLE 2006-03-25 10:10:44 +00:00
Michal Čihař
3ffb7e775e New line before values (RFE #1435919). 2006-02-21 17:37:35 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00