Make WordPress Core

Ticket #10693: Log_debug_20091114d.txt

File Log_debug_20091114d.txt, 43.4 KB (added by arena, 15 years ago)

removing blank lines before index declarations

Line 
1
22009-11-14 13:37:53 000000 --  **** Start logging (4.0.1) **** debug *** level : 8191
32009-11-14 13:37:53 000000 -- Memory      : 15,100,040 bytes
42009-11-14 13:37:53 000000 -- Peak Memory : 15,120,512 bytes
52009-11-14 13:37:53 000000 -- For every table in the database
62009-11-14 13:37:53 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:37:53 000000 -- Separate field lines into an array
722009-11-14 13:37:53 000000 -- wp_mailpress_users
732009-11-14 13:37:53 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                                                                        UNIQUE KEY id (id)
92                                                                    ) DEFAULT CHARACTER SET utf8
93)
94
952009-11-14 13:37:53 000000 -- Fetch the table column structure from string
962009-11-14 13:37:53 000000 -- Array
97(
98    [id] => id                                  bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
99    [email] => email                    varchar(100)                    NOT NULL
100    [name] => name                              varchar(100)                    NOT NULL
101    [status] => status                          enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
102    [confkey] => confkey                        varchar(100)                    NOT NULL
103    [created] => created                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
104    [created_ip] => created_IP                  varchar(100)                    NOT NULL default ''
105    [created_agent] => created_agent            varchar(255)                    NOT NULL default ''
106    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
107    [created_country] => created_country                char(2)                         NOT NULL default 'ZZ'
108    [created_us_state] => created_US_state              char(2)                         NOT NULL default 'ZZ'
109    [laststatus] => laststatus                  timestamp                               NOT NULL default '0000-00-00 00:00:00'
110    [laststatus_ip] => laststatus_IP            varchar(100)                    NOT NULL default ''
111    [laststatus_agent] => laststatus_agent              varchar(255)                    NOT NULL default ''
112    [laststatus_user_id] => laststatus_user_id          bigint(20)                              UNSIGNED NOT NULL default 0
113)
114
1152009-11-14 13:37:53 000000 -- Fetch the table column structure from the database
1162009-11-14 13:37:53 000000 -- Array
117(
118    [0] => stdClass Object
119        (
120            [Field] => id
121            [Type] => bigint(20) unsigned
122            [Null] => NO
123            [Key] => PRI
124            [Default] =>
125            [Extra] => auto_increment
126        )
127
128    [1] => stdClass Object
129        (
130            [Field] => email
131            [Type] => varchar(100)
132            [Null] => NO
133            [Key] =>
134            [Default] =>
135            [Extra] =>
136        )
137
138    [2] => stdClass Object
139        (
140            [Field] => status
141            [Type] => enum('waiting','active','bounced','unsubscribed')
142            [Null] => NO
143            [Key] =>
144            [Default] =>
145            [Extra] =>
146        )
147
148    [3] => stdClass Object
149        (
150            [Field] => confkey
151            [Type] => varchar(100)
152            [Null] => NO
153            [Key] =>
154            [Default] =>
155            [Extra] =>
156        )
157
158    [4] => stdClass Object
159        (
160            [Field] => created
161            [Type] => timestamp
162            [Null] => NO
163            [Key] =>
164            [Default] => 0000-00-00 00:00:00
165            [Extra] =>
166        )
167
168    [5] => stdClass Object
169        (
170            [Field] => created_IP
171            [Type] => varchar(100)
172            [Null] => NO
173            [Key] =>
174            [Default] =>
175            [Extra] =>
176        )
177
178    [6] => stdClass Object
179        (
180            [Field] => created_agent
181            [Type] => varchar(255)
182            [Null] => NO
183            [Key] =>
184            [Default] =>
185            [Extra] =>
186        )
187
188    [7] => stdClass Object
189        (
190            [Field] => created_user_id
191            [Type] => bigint(20) unsigned
192            [Null] => NO
193            [Key] =>
194            [Default] => 0
195            [Extra] =>
196        )
197
198    [8] => stdClass Object
199        (
200            [Field] => created_country
201            [Type] => char(2)
202            [Null] => NO
203            [Key] =>
204            [Default] => ZZ
205            [Extra] =>
206        )
207
208    [9] => stdClass Object
209        (
210            [Field] => created_US_state
211            [Type] => char(2)
212            [Null] => NO
213            [Key] =>
214            [Default] => ZZ
215            [Extra] =>
216        )
217
218    [10] => stdClass Object
219        (
220            [Field] => laststatus
221            [Type] => timestamp
222            [Null] => NO
223            [Key] =>
224            [Default] => 0000-00-00 00:00:00
225            [Extra] =>
226        )
227
228    [11] => stdClass Object
229        (
230            [Field] => laststatus_IP
231            [Type] => varchar(100)
232            [Null] => NO
233            [Key] =>
234            [Default] =>
235            [Extra] =>
236        )
237
238    [12] => stdClass Object
239        (
240            [Field] => laststatus_agent
241            [Type] => varchar(255)
242            [Null] => NO
243            [Key] =>
244            [Default] =>
245            [Extra] =>
246        )
247
248    [13] => stdClass Object
249        (
250            [Field] => laststatus_user_id
251            [Type] => bigint(20) unsigned
252            [Null] => NO
253            [Key] =>
254            [Default] => 0
255            [Extra] =>
256        )
257
258    [14] => stdClass Object
259        (
260            [Field] => name
261            [Type] => varchar(100)
262            [Null] => NO
263            [Key] =>
264            [Default] =>
265            [Extra] =>
266        )
267
268)
269
2702009-11-14 13:37:53 000000 -- Get the default value from the array
2712009-11-14 13:37:53 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
2722009-11-14 13:37:53 000000 -- Get the default value from the array
2732009-11-14 13:37:53 000000 -- email                     varchar(100)                    NOT NULL
2742009-11-14 13:37:53 000000 -- Get the default value from the array
2752009-11-14 13:37:53 000000 -- status                    enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
2762009-11-14 13:37:53 000000 -- Get the default value from the array
2772009-11-14 13:37:53 000000 -- confkey                   varchar(100)                    NOT NULL
2782009-11-14 13:37:53 000000 -- Get the default value from the array
2792009-11-14 13:37:53 000000 -- created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
2802009-11-14 13:37:53 000000 -- Get the default value from the array
2812009-11-14 13:37:53 000000 -- created_IP                varchar(100)                    NOT NULL default ''
2822009-11-14 13:37:53 000000 -- Get the default value from the array
2832009-11-14 13:37:53 000000 -- created_agent             varchar(255)                    NOT NULL default ''
2842009-11-14 13:37:53 000000 -- Get the default value from the array
2852009-11-14 13:37:53 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
2862009-11-14 13:37:53 000000 -- Get the default value from the array
2872009-11-14 13:37:53 000000 -- created_country           char(2)                         NOT NULL default 'ZZ'
2882009-11-14 13:37:53 000000 -- Get the default value from the array
2892009-11-14 13:37:53 000000 -- created_US_state          char(2)                         NOT NULL default 'ZZ'
2902009-11-14 13:37:53 000000 -- Get the default value from the array
2912009-11-14 13:37:53 000000 -- laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
2922009-11-14 13:37:53 000000 -- Get the default value from the array
2932009-11-14 13:37:53 000000 -- laststatus_IP             varchar(100)                    NOT NULL default ''
2942009-11-14 13:37:53 000000 -- Get the default value from the array
2952009-11-14 13:37:53 000000 -- laststatus_agent          varchar(255)                    NOT NULL default ''
2962009-11-14 13:37:53 000000 -- Get the default value from the array
2972009-11-14 13:37:53 000000 -- laststatus_user_id        bigint(20)                              UNSIGNED NOT NULL default 0
2982009-11-14 13:37:53 000000 -- Get the default value from the array
2992009-11-14 13:37:53 000000 -- name                              varchar(100)                    NOT NULL
3002009-11-14 13:37:53 000000 -- For every remaining field specified for the table
3012009-11-14 13:37:53 000000 -- Array
302(
303)
304
3052009-11-14 13:37:53 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
3062009-11-14 13:37:53 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email                          varchar(100)                    NOT NULL
3072009-11-14 13:37:53 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status                        enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
3082009-11-14 13:37:54 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey                      varchar(100)                    NOT NULL
3092009-11-14 13:37:54 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created created                      timestamp                               NOT NULL default '0000-00-00 00:00:00'
3102009-11-14 13:37:54 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP                varchar(100)                    NOT NULL default ''
3112009-11-14 13:37:54 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_agent created_agent          varchar(255)                    NOT NULL default ''
3122009-11-14 13:37:55 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
3132009-11-14 13:37:55 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_country created_country              char(2)                         NOT NULL default 'ZZ'
3142009-11-14 13:37:55 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_US_state created_US_state            char(2)                         NOT NULL default 'ZZ'
3152009-11-14 13:37:55 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
3162009-11-14 13:37:55 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_IP laststatus_IP                  varchar(100)                    NOT NULL default ''
3172009-11-14 13:37:56 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent            varchar(255)                    NOT NULL default ''
3182009-11-14 13:37:56 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_user_id laststatus_user_id        bigint(20)                              UNSIGNED NOT NULL default 0
3192009-11-14 13:37:56 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN name name                            varchar(100)                    NOT NULL
3202009-11-14 13:37:56 000000 -- For every table in the database
3212009-11-14 13:37:56 000000 -- Array
322(
323    [0] => wiki_archive
324    [1] => wiki_category
325    [2] => wiki_categorylinks
326    [3] => wiki_change_tag
327    [4] => wiki_externallinks
328    [5] => wiki_filearchive
329    [6] => wiki_hitcounter
330    [7] => wiki_image
331    [8] => wiki_imagelinks
332    [9] => wiki_interwiki
333    [10] => wiki_ipblocks
334    [11] => wiki_job
335    [12] => wiki_langlinks
336    [13] => wiki_logging
337    [14] => wiki_math
338    [15] => wiki_objectcache
339    [16] => wiki_oldimage
340    [17] => wiki_page
341    [18] => wiki_page_props
342    [19] => wiki_page_restrictions
343    [20] => wiki_pagelinks
344    [21] => wiki_protected_titles
345    [22] => wiki_querycache
346    [23] => wiki_querycache_info
347    [24] => wiki_querycachetwo
348    [25] => wiki_recentchanges
349    [26] => wiki_redirect
350    [27] => wiki_revision
351    [28] => wiki_searchindex
352    [29] => wiki_site_stats
353    [30] => wiki_tag_summary
354    [31] => wiki_templatelinks
355    [32] => wiki_text
356    [33] => wiki_trackbacks
357    [34] => wiki_transcache
358    [35] => wiki_updatelog
359    [36] => wiki_user
360    [37] => wiki_user_groups
361    [38] => wiki_user_newtalk
362    [39] => wiki_valid_tag
363    [40] => wiki_watchlist
364    [41] => wp_comments
365    [42] => wp_links
366    [43] => wp_mailpress_formfields
367    [44] => wp_mailpress_forms
368    [45] => wp_mailpress_mailmeta
369    [46] => wp_mailpress_mails
370    [47] => wp_mailpress_stats
371    [48] => wp_mailpress_tracks
372    [49] => wp_mailpress_usermeta
373    [50] => wp_mailpress_users
374    [51] => wp_options
375    [52] => wp_postmeta
376    [53] => wp_posts
377    [54] => wp_projects
378    [55] => wp_tasks
379    [56] => wp_term_relationships
380    [57] => wp_term_taxonomy
381    [58] => wp_terms
382    [59] => wp_usermeta
383    [60] => wp_users
384)
385
3862009-11-14 13:37:56 000000 -- Separate field lines into an array
3872009-11-14 13:37:56 000000 -- wp_mailpress_stats
3882009-11-14 13:37:56 000000 -- Array
389(
390    [wp_mailpress_stats] => CREATE TABLE wp_MailPress_stats (
391                                                                        sdate                   date                                    NOT NULL,
392                                                                        stype                   char(1)                                 NOT NULL,
393                                                                        slib                            varchar(45)                     NOT NULL,
394                                                                        scount                  bigint                          NOT NULL,
395                                                                        PRIMARY KEY(sdate, stype, slib)
396                                                                    ) DEFAULT CHARACTER SET utf8
397)
398
3992009-11-14 13:37:56 000000 -- Fetch the table column structure from string
4002009-11-14 13:37:56 000000 -- Array
401(
402    [sdate] => sdate                    date                                    NOT NULL
403    [stype] => stype                    char(1)                                 NOT NULL
404    [slib] => slib                              varchar(45)                     NOT NULL
405    [scount] => scount                  bigint                          NOT NULL
406)
407
4082009-11-14 13:37:56 000000 -- Fetch the table column structure from the database
4092009-11-14 13:37:56 000000 -- Array
410(
411    [0] => stdClass Object
412        (
413            [Field] => sdate
414            [Type] => date
415            [Null] => NO
416            [Key] => PRI
417            [Default] =>
418            [Extra] =>
419        )
420
421    [1] => stdClass Object
422        (
423            [Field] => stype
424            [Type] => char(1)
425            [Null] => NO
426            [Key] => PRI
427            [Default] =>
428            [Extra] =>
429        )
430
431    [2] => stdClass Object
432        (
433            [Field] => slib
434            [Type] => varchar(45)
435            [Null] => NO
436            [Key] => PRI
437            [Default] =>
438            [Extra] =>
439        )
440
441    [3] => stdClass Object
442        (
443            [Field] => scount
444            [Type] => bigint(20)
445            [Null] => NO
446            [Key] =>
447            [Default] =>
448            [Extra] =>
449        )
450
451)
452
4532009-11-14 13:37:56 000000 -- Get the default value from the array
4542009-11-14 13:37:56 000000 -- sdate                     date                                    NOT NULL
4552009-11-14 13:37:56 000000 -- Get the default value from the array
4562009-11-14 13:37:56 000000 -- stype                     char(1)                                 NOT NULL
4572009-11-14 13:37:56 000000 -- Get the default value from the array
4582009-11-14 13:37:56 000000 -- slib                              varchar(45)                     NOT NULL
4592009-11-14 13:37:56 000000 -- Get the default value from the array
4602009-11-14 13:37:56 000000 -- scount                    bigint                          NOT NULL
4612009-11-14 13:37:56 000000 -- For every remaining field specified for the table
4622009-11-14 13:37:56 000000 -- Array
463(
464)
465
4662009-11-14 13:37:56 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate                  date                                    NOT NULL
4672009-11-14 13:37:56 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype                  char(1)                                 NOT NULL
4682009-11-14 13:37:57 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib                            varchar(45)                     NOT NULL
4692009-11-14 13:37:57 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount                        bigint                          NOT NULL
4702009-11-14 13:37:57 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib)
4712009-11-14 13:37:57 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4722009-11-14 13:37:57 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4732009-11-14 13:37:57 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4742009-11-14 13:37:57 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4752009-11-14 13:37:57 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4762009-11-14 13:37:57 000000 -- For every table in the database
4772009-11-14 13:37:57 000000 -- Array
478(
479    [0] => wiki_archive
480    [1] => wiki_category
481    [2] => wiki_categorylinks
482    [3] => wiki_change_tag
483    [4] => wiki_externallinks
484    [5] => wiki_filearchive
485    [6] => wiki_hitcounter
486    [7] => wiki_image
487    [8] => wiki_imagelinks
488    [9] => wiki_interwiki
489    [10] => wiki_ipblocks
490    [11] => wiki_job
491    [12] => wiki_langlinks
492    [13] => wiki_logging
493    [14] => wiki_math
494    [15] => wiki_objectcache
495    [16] => wiki_oldimage
496    [17] => wiki_page
497    [18] => wiki_page_props
498    [19] => wiki_page_restrictions
499    [20] => wiki_pagelinks
500    [21] => wiki_protected_titles
501    [22] => wiki_querycache
502    [23] => wiki_querycache_info
503    [24] => wiki_querycachetwo
504    [25] => wiki_recentchanges
505    [26] => wiki_redirect
506    [27] => wiki_revision
507    [28] => wiki_searchindex
508    [29] => wiki_site_stats
509    [30] => wiki_tag_summary
510    [31] => wiki_templatelinks
511    [32] => wiki_text
512    [33] => wiki_trackbacks
513    [34] => wiki_transcache
514    [35] => wiki_updatelog
515    [36] => wiki_user
516    [37] => wiki_user_groups
517    [38] => wiki_user_newtalk
518    [39] => wiki_valid_tag
519    [40] => wiki_watchlist
520    [41] => wp_comments
521    [42] => wp_links
522    [43] => wp_mailpress_formfields
523    [44] => wp_mailpress_forms
524    [45] => wp_mailpress_mailmeta
525    [46] => wp_mailpress_mails
526    [47] => wp_mailpress_stats
527    [48] => wp_mailpress_tracks
528    [49] => wp_mailpress_usermeta
529    [50] => wp_mailpress_users
530    [51] => wp_options
531    [52] => wp_postmeta
532    [53] => wp_posts
533    [54] => wp_projects
534    [55] => wp_tasks
535    [56] => wp_term_relationships
536    [57] => wp_term_taxonomy
537    [58] => wp_terms
538    [59] => wp_usermeta
539    [60] => wp_users
540)
541
5422009-11-14 13:37:57 000000 -- Separate field lines into an array
5432009-11-14 13:37:57 000000 -- wp_mailpress_mails
5442009-11-14 13:37:57 000000 -- Array
545(
546    [wp_mailpress_mails] => CREATE TABLE wp_MailPress_mails (
547                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
548                                                                        status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL,
549                                                                        theme                   varchar(255)                    NOT NULL default '',
550                                                                        themedir                        varchar(255)                    NOT NULL default '',
551                                                                        template                        varchar(255)                    NOT NULL default '',
552                                                                        fromemail                       varchar(255)                    NOT NULL default '',
553                                                                        fromname                        varchar(255)                    NOT NULL default '',
554                                                                        toname                  varchar(255)                    NOT NULL default '',
555                                                                        charset                         varchar(255)                    NOT NULL default '',
556                                                                        parent                  bigint(20)                              UNSIGNED NOT NULL default 0,
557                                                                        child                   bigint(20)                              NOT NULL default 0,
558                                                                        subject                         varchar(255)                    NOT NULL default '',
559                                                                        created                         timestamp                               NOT NULL default '0000-00-00 00:00:00',
560                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
561                                                                        sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00',
562                                                                        sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0,
563                                                                        toemail                         longtext                                NOT NULL,
564                                                                        plaintext                       longtext                                NOT NULL,
565                                                                        html                            longtext                                NOT NULL,
566                                                                        UNIQUE KEY id (id)
567                                                                    ) DEFAULT CHARACTER SET utf8
568)
569
5702009-11-14 13:37:57 000000 -- Fetch the table column structure from string
5712009-11-14 13:37:57 000000 -- Array
572(
573    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
574    [status] => status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
575    [theme] => theme                    varchar(255)                    NOT NULL default ''
576    [themedir] => themedir                      varchar(255)                    NOT NULL default ''
577    [template] => template                      varchar(255)                    NOT NULL default ''
578    [fromemail] => fromemail                    varchar(255)                    NOT NULL default ''
579    [fromname] => fromname                      varchar(255)                    NOT NULL default ''
580    [toname] => toname                  varchar(255)                    NOT NULL default ''
581    [charset] => charset                        varchar(255)                    NOT NULL default ''
582    [parent] => parent                  bigint(20)                              UNSIGNED NOT NULL default 0
583    [child] => child                    bigint(20)                              NOT NULL default 0
584    [subject] => subject                        varchar(255)                    NOT NULL default ''
585    [created] => created                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
586    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
587    [sent] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
588    [sent_user_id] => sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
589    [toemail] => toemail                        longtext                                NOT NULL
590    [plaintext] => plaintext                    longtext                                NOT NULL
591    [html] => html                              longtext                                NOT NULL
592)
593
5942009-11-14 13:37:57 000000 -- Fetch the table column structure from the database
5952009-11-14 13:37:57 000000 -- Array
596(
597    [0] => stdClass Object
598        (
599            [Field] => id
600            [Type] => bigint(20) unsigned
601            [Null] => NO
602            [Key] => PRI
603            [Default] =>
604            [Extra] => auto_increment
605        )
606
607    [1] => stdClass Object
608        (
609            [Field] => status
610            [Type] => enum('draft','sent','unsent','sending','')
611            [Null] => NO
612            [Key] =>
613            [Default] =>
614            [Extra] =>
615        )
616
617    [2] => stdClass Object
618        (
619            [Field] => theme
620            [Type] => varchar(255)
621            [Null] => NO
622            [Key] =>
623            [Default] =>
624            [Extra] =>
625        )
626
627    [3] => stdClass Object
628        (
629            [Field] => themedir
630            [Type] => varchar(255)
631            [Null] => NO
632            [Key] =>
633            [Default] =>
634            [Extra] =>
635        )
636
637    [4] => stdClass Object
638        (
639            [Field] => template
640            [Type] => varchar(255)
641            [Null] => NO
642            [Key] =>
643            [Default] =>
644            [Extra] =>
645        )
646
647    [5] => stdClass Object
648        (
649            [Field] => fromemail
650            [Type] => varchar(255)
651            [Null] => NO
652            [Key] =>
653            [Default] =>
654            [Extra] =>
655        )
656
657    [6] => stdClass Object
658        (
659            [Field] => fromname
660            [Type] => varchar(255)
661            [Null] => NO
662            [Key] =>
663            [Default] =>
664            [Extra] =>
665        )
666
667    [7] => stdClass Object
668        (
669            [Field] => toname
670            [Type] => varchar(255)
671            [Null] => NO
672            [Key] =>
673            [Default] =>
674            [Extra] =>
675        )
676
677    [8] => stdClass Object
678        (
679            [Field] => charset
680            [Type] => varchar(255)
681            [Null] => NO
682            [Key] =>
683            [Default] =>
684            [Extra] =>
685        )
686
687    [9] => stdClass Object
688        (
689            [Field] => subject
690            [Type] => varchar(255)
691            [Null] => NO
692            [Key] =>
693            [Default] =>
694            [Extra] =>
695        )
696
697    [10] => stdClass Object
698        (
699            [Field] => created
700            [Type] => timestamp
701            [Null] => NO
702            [Key] =>
703            [Default] => 0000-00-00 00:00:00
704            [Extra] =>
705        )
706
707    [11] => stdClass Object
708        (
709            [Field] => created_user_id
710            [Type] => bigint(20) unsigned
711            [Null] => NO
712            [Key] =>
713            [Default] => 0
714            [Extra] =>
715        )
716
717    [12] => stdClass Object
718        (
719            [Field] => sent
720            [Type] => timestamp
721            [Null] => NO
722            [Key] =>
723            [Default] => 0000-00-00 00:00:00
724            [Extra] =>
725        )
726
727    [13] => stdClass Object
728        (
729            [Field] => sent_user_id
730            [Type] => bigint(20) unsigned
731            [Null] => NO
732            [Key] =>
733            [Default] => 0
734            [Extra] =>
735        )
736
737    [14] => stdClass Object
738        (
739            [Field] => toemail
740            [Type] => longtext
741            [Null] => NO
742            [Key] =>
743            [Default] =>
744            [Extra] =>
745        )
746
747    [15] => stdClass Object
748        (
749            [Field] => plaintext
750            [Type] => longtext
751            [Null] => NO
752            [Key] =>
753            [Default] =>
754            [Extra] =>
755        )
756
757    [16] => stdClass Object
758        (
759            [Field] => html
760            [Type] => longtext
761            [Null] => NO
762            [Key] =>
763            [Default] =>
764            [Extra] =>
765        )
766
767    [17] => stdClass Object
768        (
769            [Field] => parent
770            [Type] => bigint(20) unsigned
771            [Null] => NO
772            [Key] =>
773            [Default] => 0
774            [Extra] =>
775        )
776
777    [18] => stdClass Object
778        (
779            [Field] => child
780            [Type] => bigint(20)
781            [Null] => NO
782            [Key] =>
783            [Default] => 0
784            [Extra] =>
785        )
786
787)
788
7892009-11-14 13:37:57 000000 -- Get the default value from the array
7902009-11-14 13:37:57 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
7912009-11-14 13:37:57 000000 -- Get the default value from the array
7922009-11-14 13:37:57 000000 -- status                    enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
7932009-11-14 13:37:57 000000 -- Get the default value from the array
7942009-11-14 13:37:57 000000 -- theme                     varchar(255)                    NOT NULL default ''
7952009-11-14 13:37:57 000000 -- Get the default value from the array
7962009-11-14 13:37:57 000000 -- themedir                  varchar(255)                    NOT NULL default ''
7972009-11-14 13:37:57 000000 -- Get the default value from the array
7982009-11-14 13:37:57 000000 -- template                  varchar(255)                    NOT NULL default ''
7992009-11-14 13:37:57 000000 -- Get the default value from the array
8002009-11-14 13:37:57 000000 -- fromemail                         varchar(255)                    NOT NULL default ''
8012009-11-14 13:37:57 000000 -- Get the default value from the array
8022009-11-14 13:37:57 000000 -- fromname                  varchar(255)                    NOT NULL default ''
8032009-11-14 13:37:57 000000 -- Get the default value from the array
8042009-11-14 13:37:57 000000 -- toname                    varchar(255)                    NOT NULL default ''
8052009-11-14 13:37:57 000000 -- Get the default value from the array
8062009-11-14 13:37:57 000000 -- charset                   varchar(255)                    NOT NULL default ''
8072009-11-14 13:37:57 000000 -- Get the default value from the array
8082009-11-14 13:37:57 000000 -- subject                   varchar(255)                    NOT NULL default ''
8092009-11-14 13:37:57 000000 -- Get the default value from the array
8102009-11-14 13:37:57 000000 -- created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
8112009-11-14 13:37:57 000000 -- Get the default value from the array
8122009-11-14 13:37:57 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
8132009-11-14 13:37:57 000000 -- Get the default value from the array
8142009-11-14 13:37:57 000000 -- sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
8152009-11-14 13:37:57 000000 -- Get the default value from the array
8162009-11-14 13:37:57 000000 -- sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8172009-11-14 13:37:57 000000 -- Get the default value from the array
8182009-11-14 13:37:57 000000 -- toemail                   longtext                                NOT NULL
8192009-11-14 13:37:57 000000 -- Get the default value from the array
8202009-11-14 13:37:57 000000 -- plaintext                         longtext                                NOT NULL
8212009-11-14 13:37:57 000000 -- Get the default value from the array
8222009-11-14 13:37:57 000000 -- html                              longtext                                NOT NULL
8232009-11-14 13:37:57 000000 -- Get the default value from the array
8242009-11-14 13:37:57 000000 -- parent                    bigint(20)                              UNSIGNED NOT NULL default 0
8252009-11-14 13:37:57 000000 -- Get the default value from the array
8262009-11-14 13:37:57 000000 -- child                     bigint(20)                              NOT NULL default 0
8272009-11-14 13:37:57 000000 -- For every remaining field specified for the table
8282009-11-14 13:37:57 000000 -- Array
829(
830)
831
8322009-11-14 13:37:57 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8332009-11-14 13:37:57 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status                        enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8342009-11-14 13:37:58 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN theme theme                  varchar(255)                    NOT NULL default ''
8352009-11-14 13:37:58 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN themedir themedir                    varchar(255)                    NOT NULL default ''
8362009-11-14 13:37:58 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN template template                    varchar(255)                    NOT NULL default ''
8372009-11-14 13:37:58 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromemail fromemail                  varchar(255)                    NOT NULL default ''
8382009-11-14 13:37:58 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromname fromname                    varchar(255)                    NOT NULL default ''
8392009-11-14 13:37:59 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toname toname                        varchar(255)                    NOT NULL default ''
8402009-11-14 13:37:59 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN charset charset                      varchar(255)                    NOT NULL default ''
8412009-11-14 13:37:59 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN subject subject                      varchar(255)                    NOT NULL default ''
8422009-11-14 13:37:59 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created created                      timestamp                               NOT NULL default '0000-00-00 00:00:00'
8432009-11-14 13:37:59 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8442009-11-14 13:38:00 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00'
8452009-11-14 13:38:00 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent_user_id sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0
8462009-11-14 13:38:00 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toemail toemail                      longtext                                NOT NULL
8472009-11-14 13:38:00 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN plaintext plaintext                  longtext                                NOT NULL
8482009-11-14 13:38:01 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html                            longtext                                NOT NULL
8492009-11-14 13:38:01 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN parent parent                        bigint(20)                              UNSIGNED NOT NULL default 0
8502009-11-14 13:38:01 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN child child                          bigint(20)                              NOT NULL default 0
8512009-11-14 13:38:01 000000 -- For every table in the database
8522009-11-14 13:38:01 000000 -- Array
853(
854    [0] => wiki_archive
855    [1] => wiki_category
856    [2] => wiki_categorylinks
857    [3] => wiki_change_tag
858    [4] => wiki_externallinks
859    [5] => wiki_filearchive
860    [6] => wiki_hitcounter
861    [7] => wiki_image
862    [8] => wiki_imagelinks
863    [9] => wiki_interwiki
864    [10] => wiki_ipblocks
865    [11] => wiki_job
866    [12] => wiki_langlinks
867    [13] => wiki_logging
868    [14] => wiki_math
869    [15] => wiki_objectcache
870    [16] => wiki_oldimage
871    [17] => wiki_page
872    [18] => wiki_page_props
873    [19] => wiki_page_restrictions
874    [20] => wiki_pagelinks
875    [21] => wiki_protected_titles
876    [22] => wiki_querycache
877    [23] => wiki_querycache_info
878    [24] => wiki_querycachetwo
879    [25] => wiki_recentchanges
880    [26] => wiki_redirect
881    [27] => wiki_revision
882    [28] => wiki_searchindex
883    [29] => wiki_site_stats
884    [30] => wiki_tag_summary
885    [31] => wiki_templatelinks
886    [32] => wiki_text
887    [33] => wiki_trackbacks
888    [34] => wiki_transcache
889    [35] => wiki_updatelog
890    [36] => wiki_user
891    [37] => wiki_user_groups
892    [38] => wiki_user_newtalk
893    [39] => wiki_valid_tag
894    [40] => wiki_watchlist
895    [41] => wp_comments
896    [42] => wp_links
897    [43] => wp_mailpress_formfields
898    [44] => wp_mailpress_forms
899    [45] => wp_mailpress_mailmeta
900    [46] => wp_mailpress_mails
901    [47] => wp_mailpress_stats
902    [48] => wp_mailpress_tracks
903    [49] => wp_mailpress_usermeta
904    [50] => wp_mailpress_users
905    [51] => wp_options
906    [52] => wp_postmeta
907    [53] => wp_posts
908    [54] => wp_projects
909    [55] => wp_tasks
910    [56] => wp_term_relationships
911    [57] => wp_term_taxonomy
912    [58] => wp_terms
913    [59] => wp_usermeta
914    [60] => wp_users
915)
916
9172009-11-14 13:38:01 000000 -- Separate field lines into an array
9182009-11-14 13:38:01 000000 -- wp_mailpress_usermeta
9192009-11-14 13:38:01 000000 -- Array
920(
921    [wp_mailpress_usermeta] => CREATE TABLE wp_MailPress_usermeta (
922                                                                        umeta_id                        bigint(20)                              NOT NULL auto_increment,
923                                                                        user_id                         bigint(20)                              NOT NULL default '0',
924                                                                        meta_key                        varchar(255)                    default NULL,
925                                                                        meta_value                      longtext,
926                                                                        PRIMARY KEY  (umeta_id),
927                                                                        KEY user_id  (user_id),
928                                                                        KEY meta_key (meta_key)
929                                                                     ) DEFAULT CHARACTER SET utf8
930)
931
9322009-11-14 13:38:01 000000 -- Fetch the table column structure from string
9332009-11-14 13:38:01 000000 -- Array
934(
935    [umeta_id] => umeta_id                      bigint(20)                              NOT NULL auto_increment
936    [user_id] => user_id                        bigint(20)                              NOT NULL default '0'
937    [meta_key] => meta_key                      varchar(255)                    default NULL
938    [meta_value] => meta_value                  longtext
939)
940
9412009-11-14 13:38:01 000000 -- Fetch the table column structure from the database
9422009-11-14 13:38:01 000000 -- Array
943(
944    [0] => stdClass Object
945        (
946            [Field] => umeta_id
947            [Type] => bigint(20)
948            [Null] => NO
949            [Key] => PRI
950            [Default] =>
951            [Extra] => auto_increment
952        )
953
954    [1] => stdClass Object
955        (
956            [Field] => user_id
957            [Type] => bigint(20)
958            [Null] => NO
959            [Key] => MUL
960            [Default] => 0
961            [Extra] =>
962        )
963
964    [2] => stdClass Object
965        (
966            [Field] => meta_key
967            [Type] => varchar(255)
968            [Null] => YES
969            [Key] => MUL
970            [Default] =>
971            [Extra] =>
972        )
973
974    [3] => stdClass Object
975        (
976            [Field] => meta_value
977            [Type] => longtext
978            [Null] => YES
979            [Key] =>
980            [Default] =>
981            [Extra] =>
982        )
983
984)
985
9862009-11-14 13:38:01 000000 -- Get the default value from the array
9872009-11-14 13:38:01 000000 -- umeta_id                  bigint(20)                              NOT NULL auto_increment
9882009-11-14 13:38:01 000000 -- Get the default value from the array
9892009-11-14 13:38:01 000000 -- user_id                   bigint(20)                              NOT NULL default '0'
9902009-11-14 13:38:01 000000 -- Get the default value from the array
9912009-11-14 13:38:01 000000 -- meta_key                          varchar(255)                    default NULL
9922009-11-14 13:38:01 000000 -- Get the default value from the array
9932009-11-14 13:38:01 000000 -- meta_value                        longtext
9942009-11-14 13:38:01 000000 -- For every remaining field specified for the table
9952009-11-14 13:38:01 000000 -- Array
996(
997)
998
9992009-11-14 13:38:01 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id                         bigint(20)                              NOT NULL auto_increment
10002009-11-14 13:38:01 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id                   bigint(20)                              NOT NULL default '0'
10012009-11-14 13:38:02 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
10022009-11-14 13:38:02 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value                     longtext
10032009-11-14 13:38:02 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id  (user_id)
10042009-11-14 13:38:02 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10052009-11-14 13:38:02 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10062009-11-14 13:38:02 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10072009-11-14 13:38:02 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10082009-11-14 13:38:02 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10092009-11-14 13:38:02 000000 -- For every table in the database
10102009-11-14 13:38:02 000000 -- Array
1011(
1012    [0] => wiki_archive
1013    [1] => wiki_category
1014    [2] => wiki_categorylinks
1015    [3] => wiki_change_tag
1016    [4] => wiki_externallinks
1017    [5] => wiki_filearchive
1018    [6] => wiki_hitcounter
1019    [7] => wiki_image
1020    [8] => wiki_imagelinks
1021    [9] => wiki_interwiki
1022    [10] => wiki_ipblocks
1023    [11] => wiki_job
1024    [12] => wiki_langlinks
1025    [13] => wiki_logging
1026    [14] => wiki_math
1027    [15] => wiki_objectcache
1028    [16] => wiki_oldimage
1029    [17] => wiki_page
1030    [18] => wiki_page_props
1031    [19] => wiki_page_restrictions
1032    [20] => wiki_pagelinks
1033    [21] => wiki_protected_titles
1034    [22] => wiki_querycache
1035    [23] => wiki_querycache_info
1036    [24] => wiki_querycachetwo
1037    [25] => wiki_recentchanges
1038    [26] => wiki_redirect
1039    [27] => wiki_revision
1040    [28] => wiki_searchindex
1041    [29] => wiki_site_stats
1042    [30] => wiki_tag_summary
1043    [31] => wiki_templatelinks
1044    [32] => wiki_text
1045    [33] => wiki_trackbacks
1046    [34] => wiki_transcache
1047    [35] => wiki_updatelog
1048    [36] => wiki_user
1049    [37] => wiki_user_groups
1050    [38] => wiki_user_newtalk
1051    [39] => wiki_valid_tag
1052    [40] => wiki_watchlist
1053    [41] => wp_comments
1054    [42] => wp_links
1055    [43] => wp_mailpress_formfields
1056    [44] => wp_mailpress_forms
1057    [45] => wp_mailpress_mailmeta
1058    [46] => wp_mailpress_mails
1059    [47] => wp_mailpress_stats
1060    [48] => wp_mailpress_tracks
1061    [49] => wp_mailpress_usermeta
1062    [50] => wp_mailpress_users
1063    [51] => wp_options
1064    [52] => wp_postmeta
1065    [53] => wp_posts
1066    [54] => wp_projects
1067    [55] => wp_tasks
1068    [56] => wp_term_relationships
1069    [57] => wp_term_taxonomy
1070    [58] => wp_terms
1071    [59] => wp_usermeta
1072    [60] => wp_users
1073)
1074
10752009-11-14 13:38:02 000000 -- Separate field lines into an array
10762009-11-14 13:38:02 000000 -- wp_mailpress_mailmeta
10772009-11-14 13:38:02 000000 -- Array
1078(
1079    [wp_mailpress_mailmeta] => CREATE TABLE wp_MailPress_mailmeta (
1080                                                                        mmeta_id                        bigint(20)                              NOT NULL auto_increment,
1081                                                                        mail_id                         bigint(20)                              NOT NULL default '0',
1082                                                                        meta_key                        varchar(255)                    default NULL,
1083                                                                        meta_value                      longtext,
1084                                                                        PRIMARY KEY  (mmeta_id),
1085                                                                        KEY user_id  (mail_id),
1086                                                                        KEY meta_key (meta_key)
1087                                                                     ) DEFAULT CHARACTER SET utf8
1088)
1089
10902009-11-14 13:38:02 000000 -- Fetch the table column structure from string
10912009-11-14 13:38:02 000000 -- Array
1092(
1093    [mmeta_id] => mmeta_id                      bigint(20)                              NOT NULL auto_increment
1094    [mail_id] => mail_id                        bigint(20)                              NOT NULL default '0'
1095    [meta_key] => meta_key                      varchar(255)                    default NULL
1096    [meta_value] => meta_value                  longtext
1097)
1098
10992009-11-14 13:38:02 000000 -- Fetch the table column structure from the database
11002009-11-14 13:38:02 000000 -- Array
1101(
1102    [0] => stdClass Object
1103        (
1104            [Field] => mmeta_id
1105            [Type] => bigint(20)
1106            [Null] => NO
1107            [Key] => PRI
1108            [Default] =>
1109            [Extra] => auto_increment
1110        )
1111
1112    [1] => stdClass Object
1113        (
1114            [Field] => mail_id
1115            [Type] => bigint(20)
1116            [Null] => NO
1117            [Key] => MUL
1118            [Default] => 0
1119            [Extra] =>
1120        )
1121
1122    [2] => stdClass Object
1123        (
1124            [Field] => meta_key
1125            [Type] => varchar(255)
1126            [Null] => YES
1127            [Key] => MUL
1128            [Default] =>
1129            [Extra] =>
1130        )
1131
1132    [3] => stdClass Object
1133        (
1134            [Field] => meta_value
1135            [Type] => longtext
1136            [Null] => YES
1137            [Key] =>
1138            [Default] =>
1139            [Extra] =>
1140        )
1141
1142)
1143
11442009-11-14 13:38:02 000000 -- Get the default value from the array
11452009-11-14 13:38:02 000000 -- mmeta_id                          bigint(20)                              NOT NULL auto_increment
11462009-11-14 13:38:02 000000 -- Get the default value from the array
11472009-11-14 13:38:02 000000 -- mail_id                   bigint(20)                              NOT NULL default '0'
11482009-11-14 13:38:02 000000 -- Get the default value from the array
11492009-11-14 13:38:02 000000 -- meta_key                          varchar(255)                    default NULL
11502009-11-14 13:38:02 000000 -- Get the default value from the array
11512009-11-14 13:38:02 000000 -- meta_value                        longtext
11522009-11-14 13:38:02 000000 -- For every remaining field specified for the table
11532009-11-14 13:38:02 000000 -- Array
1154(
1155)
1156
11572009-11-14 13:38:02 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id                         bigint(20)                              NOT NULL auto_increment
11582009-11-14 13:38:02 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id                   bigint(20)                              NOT NULL default '0'
11592009-11-14 13:38:03 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
11602009-11-14 13:38:03 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value                     longtext
11612009-11-14 13:38:03 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id  (mail_id)
11622009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11632009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11642009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11652009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11662009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11672009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11682009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11692009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11702009-11-14 13:38:03 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11712009-11-14 13:38:03 000000 -- Memory      : 15,794,104 bytes
11722009-11-14 13:38:03 000000 -- Peak Memory : 15,972,304 bytes
11732009-11-14 13:38:03 000000 -- LOG ended with status  : TRUE
11742009-11-14 13:38:03 000000 --  **** End logging   **** mailpress *** debug *** level : 8191
1175
11762009-11-14 13:38:03 000000 --  **** Start logging **** debug *** level : 8191
11772009-11-14 13:38:03 000000 -- Memory      : 10,041,896 bytes
11782009-11-14 13:38:03 000000 -- Peak Memory : 10,061,032 bytes
11792009-11-14 13:38:05 000000 -- Memory      : 16,021,560 bytes
11802009-11-14 13:38:05 000000 -- Peak Memory : 16,270,840 bytes
11812009-11-14 13:38:05 000000 -- LOG ended with status  : TRUE
11822009-11-14 13:38:05 000000 --  **** End logging   **** mailpress *** debug *** level : 8191