Make WordPress Core

Ticket #10693: Log_debug_20091114a.txt

File Log_debug_20091114a.txt, 55.3 KB (added by arena, 15 years ago)

first test of dbDelta

Line 
1
22009-11-14 13:22:08 000000 --  **** Start logging (4.0.1) **** debug *** level : 8191
32009-11-14 13:22:08 000000 -- Memory      : 15,099,248 bytes
42009-11-14 13:22:08 000000 -- Peak Memory : 15,119,752 bytes
52009-11-14 13:22:08 000000 -- For every table in the database
62009-11-14 13:22:08 000000 -- Array
7(
8    [0] => wiki_archive
9    [1] => wiki_category
10    [2] => wiki_categorylinks
11    [3] => wiki_change_tag
12    [4] => wiki_externallinks
13    [5] => wiki_filearchive
14    [6] => wiki_hitcounter
15    [7] => wiki_image
16    [8] => wiki_imagelinks
17    [9] => wiki_interwiki
18    [10] => wiki_ipblocks
19    [11] => wiki_job
20    [12] => wiki_langlinks
21    [13] => wiki_logging
22    [14] => wiki_math
23    [15] => wiki_objectcache
24    [16] => wiki_oldimage
25    [17] => wiki_page
26    [18] => wiki_page_props
27    [19] => wiki_page_restrictions
28    [20] => wiki_pagelinks
29    [21] => wiki_protected_titles
30    [22] => wiki_querycache
31    [23] => wiki_querycache_info
32    [24] => wiki_querycachetwo
33    [25] => wiki_recentchanges
34    [26] => wiki_redirect
35    [27] => wiki_revision
36    [28] => wiki_searchindex
37    [29] => wiki_site_stats
38    [30] => wiki_tag_summary
39    [31] => wiki_templatelinks
40    [32] => wiki_text
41    [33] => wiki_trackbacks
42    [34] => wiki_transcache
43    [35] => wiki_updatelog
44    [36] => wiki_user
45    [37] => wiki_user_groups
46    [38] => wiki_user_newtalk
47    [39] => wiki_valid_tag
48    [40] => wiki_watchlist
49    [41] => wp_comments
50    [42] => wp_links
51    [43] => wp_mailpress_formfields
52    [44] => wp_mailpress_forms
53    [45] => wp_mailpress_mailmeta
54    [46] => wp_mailpress_mails
55    [47] => wp_mailpress_stats
56    [48] => wp_mailpress_tracks
57    [49] => wp_mailpress_usermeta
58    [50] => wp_mailpress_users
59    [51] => wp_options
60    [52] => wp_postmeta
61    [53] => wp_posts
62    [54] => wp_projects
63    [55] => wp_tasks
64    [56] => wp_term_relationships
65    [57] => wp_term_taxonomy
66    [58] => wp_terms
67    [59] => wp_usermeta
68    [60] => wp_users
69)
70
712009-11-14 13:22:08 000000 -- Separate field lines into an array
722009-11-14 13:22:08 000000 -- wp_mailpress_users
732009-11-14 13:22:08 000000 -- Array
74(
75    [wp_mailpress_users] => CREATE TABLE wp_MailPress_users (
76                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
77                                                                        email                   varchar(100)                    NOT NULL,
78                                                                        name                            varchar(100)                    NOT NULL,
79                                                                        status                  enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL,
80                                                                        confkey                         varchar(100)                    NOT NULL,
81                                                                        created                 timestamp                               NOT NULL default '0000-00-00 00:00:00',
82                                                                        created_IP                      varchar(100)                    NOT NULL default '',
83                                                                        created_agent           varchar(255)                    NOT NULL default '',
84                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
85                                                                        created_country         char(2)                         NOT NULL default 'ZZ',
86                                                                        created_US_state                char(2)                         NOT NULL default 'ZZ',
87                                                                        laststatus                      timestamp                               NOT NULL default '0000-00-00 00:00:00',
88                                                                        laststatus_IP           varchar(100)                    NOT NULL default '',
89                                                                        laststatus_agent                varchar(255)                    NOT NULL default '',
90                                                                        laststatus_user_id      bigint(20)                              UNSIGNED NOT NULL default 0,
91
92                                                                        UNIQUE KEY id (id)
93                                                                    ) DEFAULT CHARACTER SET utf8
94)
95
962009-11-14 13:22:08 000000 -- Fetch the table column structure from string
972009-11-14 13:22:08 000000 -- Array
98(
99    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
100    [email] => email                    varchar(100)                    NOT NULL
101    [name       ] => name                               varchar(100)                    NOT NULL
102    [status] => status                  enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
103    [confkey] => confkey                        varchar(100)                    NOT NULL
104    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
105    [created_ip] => created_IP                  varchar(100)                    NOT NULL default ''
106    [created_agent              varchar(255)] => created_agent          varchar(255)                    NOT NULL default ''
107    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
108    [created_country            char(2)                         not] => created_country         char(2)                         NOT NULL default 'ZZ'
109    [created_us_state           char(2)                         not] => created_US_state                char(2)                         NOT NULL default 'ZZ'
110    [laststatus] => laststatus                  timestamp                               NOT NULL default '0000-00-00 00:00:00'
111    [laststatus_ip              varchar(100)] => laststatus_IP          varchar(100)                    NOT NULL default ''
112    [laststatus_agent] => laststatus_agent              varchar(255)                    NOT NULL default ''
113    [laststatus_user_id bigint(20)] => laststatus_user_id       bigint(20)                              UNSIGNED NOT NULL default 0
114)
115
1162009-11-14 13:22:08 000000 -- Fetch the table column structure from the database
1172009-11-14 13:22:08 000000 -- Array
118(
119    [0] => stdClass Object
120        (
121            [Field] => id
122            [Type] => bigint(20) unsigned
123            [Null] => NO
124            [Key] => PRI
125            [Default] =>
126            [Extra] => auto_increment
127        )
128
129    [1] => stdClass Object
130        (
131            [Field] => email
132            [Type] => varchar(100)
133            [Null] => NO
134            [Key] =>
135            [Default] =>
136            [Extra] =>
137        )
138
139    [2] => stdClass Object
140        (
141            [Field] => status
142            [Type] => enum('waiting','active','bounced','unsubscribed')
143            [Null] => NO
144            [Key] =>
145            [Default] =>
146            [Extra] =>
147        )
148
149    [3] => stdClass Object
150        (
151            [Field] => confkey
152            [Type] => varchar(100)
153            [Null] => NO
154            [Key] =>
155            [Default] =>
156            [Extra] =>
157        )
158
159    [4] => stdClass Object
160        (
161            [Field] => created
162            [Type] => timestamp
163            [Null] => NO
164            [Key] =>
165            [Default] => 0000-00-00 00:00:00
166            [Extra] =>
167        )
168
169    [5] => stdClass Object
170        (
171            [Field] => created_IP
172            [Type] => varchar(100)
173            [Null] => NO
174            [Key] =>
175            [Default] =>
176            [Extra] =>
177        )
178
179    [6] => stdClass Object
180        (
181            [Field] => created_agent
182            [Type] => varchar(255)
183            [Null] => NO
184            [Key] =>
185            [Default] =>
186            [Extra] =>
187        )
188
189    [7] => stdClass Object
190        (
191            [Field] => created_user_id
192            [Type] => bigint(20) unsigned
193            [Null] => NO
194            [Key] =>
195            [Default] => 0
196            [Extra] =>
197        )
198
199    [8] => stdClass Object
200        (
201            [Field] => created_country
202            [Type] => char(2)
203            [Null] => NO
204            [Key] =>
205            [Default] => ZZ
206            [Extra] =>
207        )
208
209    [9] => stdClass Object
210        (
211            [Field] => created_US_state
212            [Type] => char(2)
213            [Null] => NO
214            [Key] =>
215            [Default] => ZZ
216            [Extra] =>
217        )
218
219    [10] => stdClass Object
220        (
221            [Field] => laststatus
222            [Type] => timestamp
223            [Null] => NO
224            [Key] =>
225            [Default] => 0000-00-00 00:00:00
226            [Extra] =>
227        )
228
229    [11] => stdClass Object
230        (
231            [Field] => laststatus_IP
232            [Type] => varchar(100)
233            [Null] => NO
234            [Key] =>
235            [Default] =>
236            [Extra] =>
237        )
238
239    [12] => stdClass Object
240        (
241            [Field] => laststatus_agent
242            [Type] => varchar(255)
243            [Null] => NO
244            [Key] =>
245            [Default] =>
246            [Extra] =>
247        )
248
249    [13] => stdClass Object
250        (
251            [Field] => laststatus_user_id
252            [Type] => bigint(20) unsigned
253            [Null] => NO
254            [Key] =>
255            [Default] => 0
256            [Extra] =>
257        )
258
259    [14] => stdClass Object
260        (
261            [Field] => name
262            [Type] => varchar(100)
263            [Null] => NO
264            [Key] =>
265            [Default] =>
266            [Extra] =>
267        )
268
269)
270
2712009-11-14 13:22:08 000000 -- Get the default value from the array
2722009-11-14 13:22:08 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
2732009-11-14 13:22:08 000000 -- Get the default value from the array
2742009-11-14 13:22:08 000000 -- email                     varchar(100)                    NOT NULL
2752009-11-14 13:22:08 000000 -- Get the default value from the array
2762009-11-14 13:22:08 000000 -- status                    enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
2772009-11-14 13:22:08 000000 -- Get the default value from the array
2782009-11-14 13:22:08 000000 -- confkey                   varchar(100)                    NOT NULL
2792009-11-14 13:22:08 000000 -- Get the default value from the array
2802009-11-14 13:22:08 000000 -- created_IP                        varchar(100)                    NOT NULL default ''
2812009-11-14 13:22:08 000000 -- Get the default value from the array
2822009-11-14 13:22:08 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
2832009-11-14 13:22:08 000000 -- Get the default value from the array
2842009-11-14 13:22:08 000000 -- laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
2852009-11-14 13:22:08 000000 -- Get the default value from the array
2862009-11-14 13:22:08 000000 -- laststatus_agent          varchar(255)                    NOT NULL default ''
2872009-11-14 13:22:08 000000 -- For every remaining field specified for the table
2882009-11-14 13:22:08 000000 -- Array
289(
290    [name       ] => name                               varchar(100)                    NOT NULL
291    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
292    [created_agent              varchar(255)] => created_agent          varchar(255)                    NOT NULL default ''
293    [created_country            char(2)                         not] => created_country         char(2)                         NOT NULL default 'ZZ'
294    [created_us_state           char(2)                         not] => created_US_state                char(2)                         NOT NULL default 'ZZ'
295    [laststatus_ip              varchar(100)] => laststatus_IP          varchar(100)                    NOT NULL default ''
296    [laststatus_user_id bigint(20)] => laststatus_user_id       bigint(20)                              UNSIGNED NOT NULL default 0
297)
298
2992009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
3002009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email                  varchar(100)                    NOT NULL
3012009-11-14 13:22:08 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status                        enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
3022009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey                      varchar(100)                    NOT NULL
3032009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP                        varchar(100)                    NOT NULL default ''
3042009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
3052009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
3062009-11-14 13:22:09 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent            varchar(255)                    NOT NULL default ''
3072009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN name                            varchar(100)                    NOT NULL
3082009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3092009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3102009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3112009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3122009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3132009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created                 timestamp                               NOT NULL default '0000-00-00 00:00:00'
3142009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3152009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3162009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3172009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3182009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3192009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_agent           varchar(255)                    NOT NULL default ''
3202009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3212009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3222009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3232009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3242009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3252009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_country         char(2)                         NOT NULL default 'ZZ'
3262009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3272009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3282009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3292009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3302009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3312009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN created_US_state                char(2)                         NOT NULL default 'ZZ'
3322009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3332009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3342009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3352009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3362009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3372009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_IP           varchar(100)                    NOT NULL default ''
3382009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3392009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3402009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3412009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3422009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3432009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD COLUMN laststatus_user_id      bigint(20)                              UNSIGNED NOT NULL default 0
3442009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3452009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3462009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3472009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3482009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3492009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_users ADD
3502009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3512009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3522009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3532009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3542009-11-14 13:22:10 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3552009-11-14 13:22:10 000000 -- For every table in the database
3562009-11-14 13:22:10 000000 -- Array
357(
358    [0] => wiki_archive
359    [1] => wiki_category
360    [2] => wiki_categorylinks
361    [3] => wiki_change_tag
362    [4] => wiki_externallinks
363    [5] => wiki_filearchive
364    [6] => wiki_hitcounter
365    [7] => wiki_image
366    [8] => wiki_imagelinks
367    [9] => wiki_interwiki
368    [10] => wiki_ipblocks
369    [11] => wiki_job
370    [12] => wiki_langlinks
371    [13] => wiki_logging
372    [14] => wiki_math
373    [15] => wiki_objectcache
374    [16] => wiki_oldimage
375    [17] => wiki_page
376    [18] => wiki_page_props
377    [19] => wiki_page_restrictions
378    [20] => wiki_pagelinks
379    [21] => wiki_protected_titles
380    [22] => wiki_querycache
381    [23] => wiki_querycache_info
382    [24] => wiki_querycachetwo
383    [25] => wiki_recentchanges
384    [26] => wiki_redirect
385    [27] => wiki_revision
386    [28] => wiki_searchindex
387    [29] => wiki_site_stats
388    [30] => wiki_tag_summary
389    [31] => wiki_templatelinks
390    [32] => wiki_text
391    [33] => wiki_trackbacks
392    [34] => wiki_transcache
393    [35] => wiki_updatelog
394    [36] => wiki_user
395    [37] => wiki_user_groups
396    [38] => wiki_user_newtalk
397    [39] => wiki_valid_tag
398    [40] => wiki_watchlist
399    [41] => wp_comments
400    [42] => wp_links
401    [43] => wp_mailpress_formfields
402    [44] => wp_mailpress_forms
403    [45] => wp_mailpress_mailmeta
404    [46] => wp_mailpress_mails
405    [47] => wp_mailpress_stats
406    [48] => wp_mailpress_tracks
407    [49] => wp_mailpress_usermeta
408    [50] => wp_mailpress_users
409    [51] => wp_options
410    [52] => wp_postmeta
411    [53] => wp_posts
412    [54] => wp_projects
413    [55] => wp_tasks
414    [56] => wp_term_relationships
415    [57] => wp_term_taxonomy
416    [58] => wp_terms
417    [59] => wp_usermeta
418    [60] => wp_users
419)
420
4212009-11-14 13:22:10 000000 -- Separate field lines into an array
4222009-11-14 13:22:10 000000 -- wp_mailpress_stats
4232009-11-14 13:22:10 000000 -- Array
424(
425    [wp_mailpress_stats] => CREATE TABLE wp_MailPress_stats (
426                                                                        sdate                   date                                    NOT NULL,
427                                                                        stype                   char(1)                                 NOT NULL,
428                                                                        slib                            varchar(45)                     NOT NULL,
429                                                                        scount                  bigint                          NOT NULL,
430                                                                        PRIMARY KEY(sdate, stype, slib)
431                                                                    ) DEFAULT CHARACTER SET utf8
432)
433
4342009-11-14 13:22:10 000000 -- Fetch the table column structure from string
4352009-11-14 13:22:10 000000 -- Array
436(
437    [sdate] => sdate                    date                                    NOT NULL
438    [stype] => stype                    char(1)                                 NOT NULL
439    [slib] => slib                              varchar(45)                     NOT NULL
440    [scount] => scount                  bigint                          NOT NULL
441)
442
4432009-11-14 13:22:10 000000 -- Fetch the table column structure from the database
4442009-11-14 13:22:10 000000 -- Array
445(
446    [0] => stdClass Object
447        (
448            [Field] => sdate
449            [Type] => date
450            [Null] => NO
451            [Key] => PRI
452            [Default] =>
453            [Extra] =>
454        )
455
456    [1] => stdClass Object
457        (
458            [Field] => stype
459            [Type] => char(1)
460            [Null] => NO
461            [Key] => PRI
462            [Default] =>
463            [Extra] =>
464        )
465
466    [2] => stdClass Object
467        (
468            [Field] => slib
469            [Type] => varchar(45)
470            [Null] => NO
471            [Key] => PRI
472            [Default] =>
473            [Extra] =>
474        )
475
476    [3] => stdClass Object
477        (
478            [Field] => scount
479            [Type] => bigint(20)
480            [Null] => NO
481            [Key] =>
482            [Default] =>
483            [Extra] =>
484        )
485
486)
487
4882009-11-14 13:22:10 000000 -- Get the default value from the array
4892009-11-14 13:22:10 000000 -- sdate                     date                                    NOT NULL
4902009-11-14 13:22:10 000000 -- Get the default value from the array
4912009-11-14 13:22:10 000000 -- stype                     char(1)                                 NOT NULL
4922009-11-14 13:22:10 000000 -- Get the default value from the array
4932009-11-14 13:22:10 000000 -- slib                              varchar(45)                     NOT NULL
4942009-11-14 13:22:10 000000 -- Get the default value from the array
4952009-11-14 13:22:10 000000 -- scount                    bigint                          NOT NULL
4962009-11-14 13:22:10 000000 -- For every remaining field specified for the table
4972009-11-14 13:22:10 000000 -- Array
498(
499)
500
5012009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate                  date                                    NOT NULL
5022009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype                  char(1)                                 NOT NULL
5032009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib                            varchar(45)                     NOT NULL
5042009-11-14 13:22:10 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount                        bigint                          NOT NULL
5052009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib)
5062009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5072009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5082009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5092009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5102009-11-14 13:22:11 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
5112009-11-14 13:22:11 000000 -- For every table in the database
5122009-11-14 13:22:11 000000 -- Array
513(
514    [0] => wiki_archive
515    [1] => wiki_category
516    [2] => wiki_categorylinks
517    [3] => wiki_change_tag
518    [4] => wiki_externallinks
519    [5] => wiki_filearchive
520    [6] => wiki_hitcounter
521    [7] => wiki_image
522    [8] => wiki_imagelinks
523    [9] => wiki_interwiki
524    [10] => wiki_ipblocks
525    [11] => wiki_job
526    [12] => wiki_langlinks
527    [13] => wiki_logging
528    [14] => wiki_math
529    [15] => wiki_objectcache
530    [16] => wiki_oldimage
531    [17] => wiki_page
532    [18] => wiki_page_props
533    [19] => wiki_page_restrictions
534    [20] => wiki_pagelinks
535    [21] => wiki_protected_titles
536    [22] => wiki_querycache
537    [23] => wiki_querycache_info
538    [24] => wiki_querycachetwo
539    [25] => wiki_recentchanges
540    [26] => wiki_redirect
541    [27] => wiki_revision
542    [28] => wiki_searchindex
543    [29] => wiki_site_stats
544    [30] => wiki_tag_summary
545    [31] => wiki_templatelinks
546    [32] => wiki_text
547    [33] => wiki_trackbacks
548    [34] => wiki_transcache
549    [35] => wiki_updatelog
550    [36] => wiki_user
551    [37] => wiki_user_groups
552    [38] => wiki_user_newtalk
553    [39] => wiki_valid_tag
554    [40] => wiki_watchlist
555    [41] => wp_comments
556    [42] => wp_links
557    [43] => wp_mailpress_formfields
558    [44] => wp_mailpress_forms
559    [45] => wp_mailpress_mailmeta
560    [46] => wp_mailpress_mails
561    [47] => wp_mailpress_stats
562    [48] => wp_mailpress_tracks
563    [49] => wp_mailpress_usermeta
564    [50] => wp_mailpress_users
565    [51] => wp_options
566    [52] => wp_postmeta
567    [53] => wp_posts
568    [54] => wp_projects
569    [55] => wp_tasks
570    [56] => wp_term_relationships
571    [57] => wp_term_taxonomy
572    [58] => wp_terms
573    [59] => wp_usermeta
574    [60] => wp_users
575)
576
5772009-11-14 13:22:11 000000 -- Separate field lines into an array
5782009-11-14 13:22:11 000000 -- wp_mailpress_mails
5792009-11-14 13:22:11 000000 -- Array
580(
581    [wp_mailpress_mails] => CREATE TABLE wp_MailPress_mails (
582                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
583                                                                        status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL,
584                                                                        theme                           varchar(255)                    NOT NULL default '',
585                                                                        themedir                        varchar(255)                    NOT NULL default '',
586                                                                        template                        varchar(255)                    NOT NULL default '',
587                                                                        fromemail                       varchar(255)                    NOT NULL default '',
588                                                                        fromname                        varchar(255)                    NOT NULL default '',
589                                                                        toname                  varchar(255)                    NOT NULL default '',
590                                                                        charset                 varchar(255)                    NOT NULL default '',
591                                                                        parent                  bigint(20)                              UNSIGNED NOT NULL default 0,
592                                                                        child                           bigint(20)                              NOT NULL default 0,
593                                                                        subject                 varchar(255)                    NOT NULL default '',
594                                                                        created                 timestamp                               NOT NULL default '0000-00-00 00:00:00',
595                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
596                                                                        sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00',
597                                                                        sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0,
598                                                                        toemail                 longtext                                NOT NULL,
599                                                                        plaintext                       longtext                                NOT NULL,
600                                                                        html                            longtext                                NOT NULL,
601                                                                        UNIQUE KEY id (id)
602                                                                    ) DEFAULT CHARACTER SET utf8
603)
604
6052009-11-14 13:22:11 000000 -- Fetch the table column structure from string
6062009-11-14 13:22:11 000000 -- Array
607(
608    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
609    [status] => status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
610    [theme                              varchar(255)] => theme                          varchar(255)                    NOT NULL default ''
611    [themedir                   varchar(255)] => themedir                       varchar(255)                    NOT NULL default ''
612    [template                   varchar(255)] => template                       varchar(255)                    NOT NULL default ''
613    [fromemail  ] => fromemail                  varchar(255)                    NOT NULL default ''
614    [fromname   ] => fromname                   varchar(255)                    NOT NULL default ''
615    [toname     ] => toname                     varchar(255)                    NOT NULL default ''
616    [charset    ] => charset                    varchar(255)                    NOT NULL default ''
617    [parent                     bigint(20)                              unsigned] => parent                     bigint(20)                              UNSIGNED NOT NULL default 0
618    [child                              bigint(20)                              not] => child                           bigint(20)                              NOT NULL default 0
619    [subject                    varchar(255)] => subject                        varchar(255)                    NOT NULL default ''
620    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
621    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
622    [sent                               timestamp] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
623    [sent_user_id] => sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
624    [toemail    ] => toemail                    longtext                                NOT NULL
625    [plaintext                  longtext] => plaintext                  longtext                                NOT NULL
626    [html] => html                              longtext                                NOT NULL
627)
628
6292009-11-14 13:22:11 000000 -- Fetch the table column structure from the database
6302009-11-14 13:22:11 000000 -- Array
631(
632    [0] => stdClass Object
633        (
634            [Field] => id
635            [Type] => bigint(20) unsigned
636            [Null] => NO
637            [Key] => PRI
638            [Default] =>
639            [Extra] => auto_increment
640        )
641
642    [1] => stdClass Object
643        (
644            [Field] => status
645            [Type] => enum('draft','sent','unsent','sending','')
646            [Null] => NO
647            [Key] =>
648            [Default] =>
649            [Extra] =>
650        )
651
652    [2] => stdClass Object
653        (
654            [Field] => theme
655            [Type] => varchar(255)
656            [Null] => NO
657            [Key] =>
658            [Default] =>
659            [Extra] =>
660        )
661
662    [3] => stdClass Object
663        (
664            [Field] => themedir
665            [Type] => varchar(255)
666            [Null] => NO
667            [Key] =>
668            [Default] =>
669            [Extra] =>
670        )
671
672    [4] => stdClass Object
673        (
674            [Field] => template
675            [Type] => varchar(255)
676            [Null] => NO
677            [Key] =>
678            [Default] =>
679            [Extra] =>
680        )
681
682    [5] => stdClass Object
683        (
684            [Field] => fromemail
685            [Type] => varchar(255)
686            [Null] => NO
687            [Key] =>
688            [Default] =>
689            [Extra] =>
690        )
691
692    [6] => stdClass Object
693        (
694            [Field] => fromname
695            [Type] => varchar(255)
696            [Null] => NO
697            [Key] =>
698            [Default] =>
699            [Extra] =>
700        )
701
702    [7] => stdClass Object
703        (
704            [Field] => toname
705            [Type] => varchar(255)
706            [Null] => NO
707            [Key] =>
708            [Default] =>
709            [Extra] =>
710        )
711
712    [8] => stdClass Object
713        (
714            [Field] => charset
715            [Type] => varchar(255)
716            [Null] => NO
717            [Key] =>
718            [Default] =>
719            [Extra] =>
720        )
721
722    [9] => stdClass Object
723        (
724            [Field] => subject
725            [Type] => varchar(255)
726            [Null] => NO
727            [Key] =>
728            [Default] =>
729            [Extra] =>
730        )
731
732    [10] => stdClass Object
733        (
734            [Field] => created
735            [Type] => timestamp
736            [Null] => NO
737            [Key] =>
738            [Default] => 0000-00-00 00:00:00
739            [Extra] =>
740        )
741
742    [11] => stdClass Object
743        (
744            [Field] => created_user_id
745            [Type] => bigint(20) unsigned
746            [Null] => NO
747            [Key] =>
748            [Default] => 0
749            [Extra] =>
750        )
751
752    [12] => stdClass Object
753        (
754            [Field] => sent
755            [Type] => timestamp
756            [Null] => NO
757            [Key] =>
758            [Default] => 0000-00-00 00:00:00
759            [Extra] =>
760        )
761
762    [13] => stdClass Object
763        (
764            [Field] => sent_user_id
765            [Type] => bigint(20) unsigned
766            [Null] => NO
767            [Key] =>
768            [Default] => 0
769            [Extra] =>
770        )
771
772    [14] => stdClass Object
773        (
774            [Field] => toemail
775            [Type] => longtext
776            [Null] => NO
777            [Key] =>
778            [Default] =>
779            [Extra] =>
780        )
781
782    [15] => stdClass Object
783        (
784            [Field] => plaintext
785            [Type] => longtext
786            [Null] => NO
787            [Key] =>
788            [Default] =>
789            [Extra] =>
790        )
791
792    [16] => stdClass Object
793        (
794            [Field] => html
795            [Type] => longtext
796            [Null] => NO
797            [Key] =>
798            [Default] =>
799            [Extra] =>
800        )
801
802    [17] => stdClass Object
803        (
804            [Field] => parent
805            [Type] => bigint(20) unsigned
806            [Null] => NO
807            [Key] =>
808            [Default] => 0
809            [Extra] =>
810        )
811
812    [18] => stdClass Object
813        (
814            [Field] => child
815            [Type] => bigint(20)
816            [Null] => NO
817            [Key] =>
818            [Default] => 0
819            [Extra] =>
820        )
821
822)
823
8242009-11-14 13:22:11 000000 -- Get the default value from the array
8252009-11-14 13:22:11 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8262009-11-14 13:22:11 000000 -- Get the default value from the array
8272009-11-14 13:22:11 000000 -- status                    enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8282009-11-14 13:22:11 000000 -- Get the default value from the array
8292009-11-14 13:22:11 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
8302009-11-14 13:22:11 000000 -- Get the default value from the array
8312009-11-14 13:22:11 000000 -- sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8322009-11-14 13:22:11 000000 -- Get the default value from the array
8332009-11-14 13:22:11 000000 -- html                              longtext                                NOT NULL
8342009-11-14 13:22:11 000000 -- For every remaining field specified for the table
8352009-11-14 13:22:11 000000 -- Array
836(
837    [theme                              varchar(255)] => theme                          varchar(255)                    NOT NULL default ''
838    [themedir                   varchar(255)] => themedir                       varchar(255)                    NOT NULL default ''
839    [template                   varchar(255)] => template                       varchar(255)                    NOT NULL default ''
840    [fromemail  ] => fromemail                  varchar(255)                    NOT NULL default ''
841    [fromname   ] => fromname                   varchar(255)                    NOT NULL default ''
842    [toname     ] => toname                     varchar(255)                    NOT NULL default ''
843    [charset    ] => charset                    varchar(255)                    NOT NULL default ''
844    [parent                     bigint(20)                              unsigned] => parent                     bigint(20)                              UNSIGNED NOT NULL default 0
845    [child                              bigint(20)                              not] => child                           bigint(20)                              NOT NULL default 0
846    [subject                    varchar(255)] => subject                        varchar(255)                    NOT NULL default ''
847    [created                    timestamp] => created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
848    [sent                               timestamp] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
849    [toemail    ] => toemail                    longtext                                NOT NULL
850    [plaintext                  longtext] => plaintext                  longtext                                NOT NULL
851)
852
8532009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8542009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status                        enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8552009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8562009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent_user_id sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0
8572009-11-14 13:22:11 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html                            longtext                                NOT NULL
8582009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN theme                           varchar(255)                    NOT NULL default ''
8592009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8602009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8612009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8622009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8632009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8642009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN themedir                        varchar(255)                    NOT NULL default ''
8652009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8662009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8672009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8682009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8692009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8702009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN template                        varchar(255)                    NOT NULL default ''
8712009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8722009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8732009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8742009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8752009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8762009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN fromemail                       varchar(255)                    NOT NULL default ''
8772009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8782009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8792009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8802009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8812009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8822009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN fromname                        varchar(255)                    NOT NULL default ''
8832009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8842009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8852009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8862009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8872009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8882009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN toname                  varchar(255)                    NOT NULL default ''
8892009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8902009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8912009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8922009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8932009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8942009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN charset                 varchar(255)                    NOT NULL default ''
8952009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8962009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8972009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8982009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
8992009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9002009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN parent                  bigint(20)                              UNSIGNED NOT NULL default 0
9012009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9022009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9032009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9042009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9052009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9062009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN child                           bigint(20)                              NOT NULL default 0
9072009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9082009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9092009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9102009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9112009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9122009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN subject                 varchar(255)                    NOT NULL default ''
9132009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9142009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9152009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9162009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9172009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9182009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN created                 timestamp                               NOT NULL default '0000-00-00 00:00:00'
9192009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9202009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9212009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9222009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9232009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9242009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00'
9252009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9262009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9272009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9282009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9292009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9302009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN toemail                 longtext                                NOT NULL
9312009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9322009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9332009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9342009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9352009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9362009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_mails ADD COLUMN plaintext                       longtext                                NOT NULL
9372009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9382009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9392009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9402009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9412009-11-14 13:22:12 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
9422009-11-14 13:22:12 000000 -- For every table in the database
9432009-11-14 13:22:12 000000 -- Array
944(
945    [0] => wiki_archive
946    [1] => wiki_category
947    [2] => wiki_categorylinks
948    [3] => wiki_change_tag
949    [4] => wiki_externallinks
950    [5] => wiki_filearchive
951    [6] => wiki_hitcounter
952    [7] => wiki_image
953    [8] => wiki_imagelinks
954    [9] => wiki_interwiki
955    [10] => wiki_ipblocks
956    [11] => wiki_job
957    [12] => wiki_langlinks
958    [13] => wiki_logging
959    [14] => wiki_math
960    [15] => wiki_objectcache
961    [16] => wiki_oldimage
962    [17] => wiki_page
963    [18] => wiki_page_props
964    [19] => wiki_page_restrictions
965    [20] => wiki_pagelinks
966    [21] => wiki_protected_titles
967    [22] => wiki_querycache
968    [23] => wiki_querycache_info
969    [24] => wiki_querycachetwo
970    [25] => wiki_recentchanges
971    [26] => wiki_redirect
972    [27] => wiki_revision
973    [28] => wiki_searchindex
974    [29] => wiki_site_stats
975    [30] => wiki_tag_summary
976    [31] => wiki_templatelinks
977    [32] => wiki_text
978    [33] => wiki_trackbacks
979    [34] => wiki_transcache
980    [35] => wiki_updatelog
981    [36] => wiki_user
982    [37] => wiki_user_groups
983    [38] => wiki_user_newtalk
984    [39] => wiki_valid_tag
985    [40] => wiki_watchlist
986    [41] => wp_comments
987    [42] => wp_links
988    [43] => wp_mailpress_formfields
989    [44] => wp_mailpress_forms
990    [45] => wp_mailpress_mailmeta
991    [46] => wp_mailpress_mails
992    [47] => wp_mailpress_stats
993    [48] => wp_mailpress_tracks
994    [49] => wp_mailpress_usermeta
995    [50] => wp_mailpress_users
996    [51] => wp_options
997    [52] => wp_postmeta
998    [53] => wp_posts
999    [54] => wp_projects
1000    [55] => wp_tasks
1001    [56] => wp_term_relationships
1002    [57] => wp_term_taxonomy
1003    [58] => wp_terms
1004    [59] => wp_usermeta
1005    [60] => wp_users
1006)
1007
10082009-11-14 13:22:12 000000 -- Separate field lines into an array
10092009-11-14 13:22:12 000000 -- wp_mailpress_usermeta
10102009-11-14 13:22:12 000000 -- Array
1011(
1012    [wp_mailpress_usermeta] => CREATE TABLE wp_MailPress_usermeta (
1013                                                                        umeta_id                        bigint(20)                              NOT NULL auto_increment,
1014                                                                        user_id                         bigint(20)                              NOT NULL default '0',
1015                                                                        meta_key                        varchar(255)                    default NULL,
1016                                                                        meta_value                      longtext,
1017                                                                        PRIMARY KEY  (umeta_id),
1018                                                                        KEY user_id  (user_id),
1019                                                                        KEY meta_key (meta_key)
1020                                                                     ) DEFAULT CHARACTER SET utf8
1021)
1022
10232009-11-14 13:22:12 000000 -- Fetch the table column structure from string
10242009-11-14 13:22:12 000000 -- Array
1025(
1026    [umeta_id] => umeta_id                      bigint(20)                              NOT NULL auto_increment
1027    [user_id] => user_id                        bigint(20)                              NOT NULL default '0'
1028    [meta_key] => meta_key                      varchar(255)                    default NULL
1029    [meta_value] => meta_value                  longtext
1030)
1031
10322009-11-14 13:22:12 000000 -- Fetch the table column structure from the database
10332009-11-14 13:22:12 000000 -- Array
1034(
1035    [0] => stdClass Object
1036        (
1037            [Field] => umeta_id
1038            [Type] => bigint(20)
1039            [Null] => NO
1040            [Key] => PRI
1041            [Default] =>
1042            [Extra] => auto_increment
1043        )
1044
1045    [1] => stdClass Object
1046        (
1047            [Field] => user_id
1048            [Type] => bigint(20)
1049            [Null] => NO
1050            [Key] => MUL
1051            [Default] => 0
1052            [Extra] =>
1053        )
1054
1055    [2] => stdClass Object
1056        (
1057            [Field] => meta_key
1058            [Type] => varchar(255)
1059            [Null] => YES
1060            [Key] => MUL
1061            [Default] =>
1062            [Extra] =>
1063        )
1064
1065    [3] => stdClass Object
1066        (
1067            [Field] => meta_value
1068            [Type] => longtext
1069            [Null] => YES
1070            [Key] =>
1071            [Default] =>
1072            [Extra] =>
1073        )
1074
1075)
1076
10772009-11-14 13:22:12 000000 -- Get the default value from the array
10782009-11-14 13:22:12 000000 -- umeta_id                  bigint(20)                              NOT NULL auto_increment
10792009-11-14 13:22:12 000000 -- Get the default value from the array
10802009-11-14 13:22:12 000000 -- user_id                   bigint(20)                              NOT NULL default '0'
10812009-11-14 13:22:12 000000 -- Get the default value from the array
10822009-11-14 13:22:12 000000 -- meta_key                  varchar(255)                    default NULL
10832009-11-14 13:22:12 000000 -- Get the default value from the array
10842009-11-14 13:22:12 000000 -- meta_value                        longtext
10852009-11-14 13:22:12 000000 -- For every remaining field specified for the table
10862009-11-14 13:22:12 000000 -- Array
1087(
1088)
1089
10902009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id                         bigint(20)                              NOT NULL auto_increment
10912009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id                   bigint(20)                              NOT NULL default '0'
10922009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
10932009-11-14 13:22:12 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value                     longtext
10942009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id  (user_id)
10952009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10962009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10972009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10982009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10992009-11-14 13:22:13 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11002009-11-14 13:22:13 000000 -- For every table in the database
11012009-11-14 13:22:13 000000 -- Array
1102(
1103    [0] => wiki_archive
1104    [1] => wiki_category
1105    [2] => wiki_categorylinks
1106    [3] => wiki_change_tag
1107    [4] => wiki_externallinks
1108    [5] => wiki_filearchive
1109    [6] => wiki_hitcounter
1110    [7] => wiki_image
1111    [8] => wiki_imagelinks
1112    [9] => wiki_interwiki
1113    [10] => wiki_ipblocks
1114    [11] => wiki_job
1115    [12] => wiki_langlinks
1116    [13] => wiki_logging
1117    [14] => wiki_math
1118    [15] => wiki_objectcache
1119    [16] => wiki_oldimage
1120    [17] => wiki_page
1121    [18] => wiki_page_props
1122    [19] => wiki_page_restrictions
1123    [20] => wiki_pagelinks
1124    [21] => wiki_protected_titles
1125    [22] => wiki_querycache
1126    [23] => wiki_querycache_info
1127    [24] => wiki_querycachetwo
1128    [25] => wiki_recentchanges
1129    [26] => wiki_redirect
1130    [27] => wiki_revision
1131    [28] => wiki_searchindex
1132    [29] => wiki_site_stats
1133    [30] => wiki_tag_summary
1134    [31] => wiki_templatelinks
1135    [32] => wiki_text
1136    [33] => wiki_trackbacks
1137    [34] => wiki_transcache
1138    [35] => wiki_updatelog
1139    [36] => wiki_user
1140    [37] => wiki_user_groups
1141    [38] => wiki_user_newtalk
1142    [39] => wiki_valid_tag
1143    [40] => wiki_watchlist
1144    [41] => wp_comments
1145    [42] => wp_links
1146    [43] => wp_mailpress_formfields
1147    [44] => wp_mailpress_forms
1148    [45] => wp_mailpress_mailmeta
1149    [46] => wp_mailpress_mails
1150    [47] => wp_mailpress_stats
1151    [48] => wp_mailpress_tracks
1152    [49] => wp_mailpress_usermeta
1153    [50] => wp_mailpress_users
1154    [51] => wp_options
1155    [52] => wp_postmeta
1156    [53] => wp_posts
1157    [54] => wp_projects
1158    [55] => wp_tasks
1159    [56] => wp_term_relationships
1160    [57] => wp_term_taxonomy
1161    [58] => wp_terms
1162    [59] => wp_usermeta
1163    [60] => wp_users
1164)
1165
11662009-11-14 13:22:13 000000 -- Separate field lines into an array
11672009-11-14 13:22:13 000000 -- wp_mailpress_mailmeta
11682009-11-14 13:22:13 000000 -- Array
1169(
1170    [wp_mailpress_mailmeta] => CREATE TABLE wp_MailPress_mailmeta (
1171                                                                        mmeta_id                        bigint(20)                              NOT NULL auto_increment,
1172                                                                        mail_id                         bigint(20)                              NOT NULL default '0',
1173                                                                        meta_key                        varchar(255)                    default NULL,
1174                                                                        meta_value                      longtext,
1175                                                                        PRIMARY KEY  (mmeta_id),
1176                                                                        KEY user_id  (mail_id),
1177                                                                        KEY meta_key (meta_key)
1178                                                                     ) DEFAULT CHARACTER SET utf8
1179)
1180
11812009-11-14 13:22:13 000000 -- Fetch the table column structure from string
11822009-11-14 13:22:13 000000 -- Array
1183(
1184    [mmeta_id] => mmeta_id                      bigint(20)                              NOT NULL auto_increment
1185    [mail_id] => mail_id                        bigint(20)                              NOT NULL default '0'
1186    [meta_key] => meta_key                      varchar(255)                    default NULL
1187    [meta_value] => meta_value                  longtext
1188)
1189
11902009-11-14 13:22:13 000000 -- Fetch the table column structure from the database
11912009-11-14 13:22:13 000000 -- Array
1192(
1193    [0] => stdClass Object
1194        (
1195            [Field] => mmeta_id
1196            [Type] => bigint(20)
1197            [Null] => NO
1198            [Key] => PRI
1199            [Default] =>
1200            [Extra] => auto_increment
1201        )
1202
1203    [1] => stdClass Object
1204        (
1205            [Field] => mail_id
1206            [Type] => bigint(20)
1207            [Null] => NO
1208            [Key] => MUL
1209            [Default] => 0
1210            [Extra] =>
1211        )
1212
1213    [2] => stdClass Object
1214        (
1215            [Field] => meta_key
1216            [Type] => varchar(255)
1217            [Null] => YES
1218            [Key] => MUL
1219            [Default] =>
1220            [Extra] =>
1221        )
1222
1223    [3] => stdClass Object
1224        (
1225            [Field] => meta_value
1226            [Type] => longtext
1227            [Null] => YES
1228            [Key] =>
1229            [Default] =>
1230            [Extra] =>
1231        )
1232
1233)
1234
12352009-11-14 13:22:13 000000 -- Get the default value from the array
12362009-11-14 13:22:13 000000 -- mmeta_id                  bigint(20)                              NOT NULL auto_increment
12372009-11-14 13:22:13 000000 -- Get the default value from the array
12382009-11-14 13:22:13 000000 -- mail_id                   bigint(20)                              NOT NULL default '0'
12392009-11-14 13:22:13 000000 -- Get the default value from the array
12402009-11-14 13:22:13 000000 -- meta_key                  varchar(255)                    default NULL
12412009-11-14 13:22:13 000000 -- Get the default value from the array
12422009-11-14 13:22:13 000000 -- meta_value                        longtext
12432009-11-14 13:22:13 000000 -- For every remaining field specified for the table
12442009-11-14 13:22:13 000000 -- Array
1245(
1246)
1247
12482009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id                         bigint(20)                              NOT NULL auto_increment
12492009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id                   bigint(20)                              NOT NULL default '0'
12502009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
12512009-11-14 13:22:13 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value                     longtext
12522009-11-14 13:22:14 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id  (mail_id)
12532009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12542009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12552009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12562009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12572009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12582009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12592009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12602009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12612009-11-14 13:22:14 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
12622009-11-14 13:22:14 000000 -- Memory      : 15,815,576 bytes
12632009-11-14 13:22:14 000000 -- Peak Memory : 15,994,288 bytes
12642009-11-14 13:22:14 000000 -- LOG ended with status  : TRUE
12652009-11-14 13:22:14 000000 --  **** End logging   **** mailpress *** debug *** level : 8191
1266
12672009-11-14 13:22:14 000000 --  **** Start logging **** debug *** level : 8191
12682009-11-14 13:22:14 000000 -- Memory      : 10,041,512 bytes
12692009-11-14 13:22:14 000000 -- Peak Memory : 10,060,688 bytes
12702009-11-14 13:22:15 000000 -- Memory      : 16,020,904 bytes
12712009-11-14 13:22:15 000000 -- Peak Memory : 16,270,032 bytes
12722009-11-14 13:22:15 000000 -- LOG ended with status  : TRUE
12732009-11-14 13:22:15 000000 --  **** End logging   **** mailpress *** debug *** level : 8191