Make WordPress Core

Ticket #10693: Log_debug_20091114c.txt

File Log_debug_20091114c.txt, 44.0 KB (added by arena, 15 years ago)

replacing tab by space at the end of column names

Line 
1
22009-11-14 13:32:12 000000 --  **** Start logging (4.0.1) **** debug *** level : 8191
32009-11-14 13:32:12 000000 -- Memory      : 15,100,040 bytes
42009-11-14 13:32:12 000000 -- Peak Memory : 15,120,512 bytes
52009-11-14 13:32:12 000000 -- For every table in the database
62009-11-14 13:32:12 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:32:12 000000 -- Separate field lines into an array
722009-11-14 13:32:12 000000 -- wp_mailpress_users
732009-11-14 13:32:12 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:32:12 000000 -- Fetch the table column structure from string
972009-11-14 13:32:12 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] => created                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
105    [created_ip] => created_IP                  varchar(100)                    NOT NULL default ''
106    [created_agent] => created_agent            varchar(255)                    NOT NULL default ''
107    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
108    [created_country] => created_country                char(2)                         NOT NULL default 'ZZ'
109    [created_us_state] => 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] => laststatus_IP            varchar(100)                    NOT NULL default ''
112    [laststatus_agent] => laststatus_agent              varchar(255)                    NOT NULL default ''
113    [laststatus_user_id] => laststatus_user_id          bigint(20)                              UNSIGNED NOT NULL default 0
114)
115
1162009-11-14 13:32:12 000000 -- Fetch the table column structure from the database
1172009-11-14 13:32:12 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:32:12 000000 -- Get the default value from the array
2722009-11-14 13:32:12 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
2732009-11-14 13:32:12 000000 -- Get the default value from the array
2742009-11-14 13:32:12 000000 -- email                     varchar(100)                    NOT NULL
2752009-11-14 13:32:12 000000 -- Get the default value from the array
2762009-11-14 13:32:12 000000 -- status                    enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
2772009-11-14 13:32:12 000000 -- Get the default value from the array
2782009-11-14 13:32:12 000000 -- confkey                   varchar(100)                    NOT NULL
2792009-11-14 13:32:12 000000 -- Get the default value from the array
2802009-11-14 13:32:12 000000 -- created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
2812009-11-14 13:32:12 000000 -- Get the default value from the array
2822009-11-14 13:32:12 000000 -- created_IP                varchar(100)                    NOT NULL default ''
2832009-11-14 13:32:12 000000 -- Get the default value from the array
2842009-11-14 13:32:12 000000 -- created_agent             varchar(255)                    NOT NULL default ''
2852009-11-14 13:32:12 000000 -- Get the default value from the array
2862009-11-14 13:32:12 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
2872009-11-14 13:32:12 000000 -- Get the default value from the array
2882009-11-14 13:32:12 000000 -- created_country           char(2)                         NOT NULL default 'ZZ'
2892009-11-14 13:32:12 000000 -- Get the default value from the array
2902009-11-14 13:32:12 000000 -- created_US_state          char(2)                         NOT NULL default 'ZZ'
2912009-11-14 13:32:12 000000 -- Get the default value from the array
2922009-11-14 13:32:12 000000 -- laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
2932009-11-14 13:32:12 000000 -- Get the default value from the array
2942009-11-14 13:32:12 000000 -- laststatus_IP             varchar(100)                    NOT NULL default ''
2952009-11-14 13:32:12 000000 -- Get the default value from the array
2962009-11-14 13:32:12 000000 -- laststatus_agent          varchar(255)                    NOT NULL default ''
2972009-11-14 13:32:12 000000 -- Get the default value from the array
2982009-11-14 13:32:12 000000 -- laststatus_user_id        bigint(20)                              UNSIGNED NOT NULL default 0
2992009-11-14 13:32:12 000000 -- Get the default value from the array
3002009-11-14 13:32:12 000000 -- name                              varchar(100)                    NOT NULL
3012009-11-14 13:32:12 000000 -- For every remaining field specified for the table
3022009-11-14 13:32:12 000000 -- Array
303(
304)
305
3062009-11-14 13:32:12 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
3072009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email                          varchar(100)                    NOT NULL
3082009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status                        enum('waiting', 'active', 'bounced', 'unsubscribed')    NOT NULL
3092009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey                      varchar(100)                    NOT NULL
3102009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created created                      timestamp                               NOT NULL default '0000-00-00 00:00:00'
3112009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP                varchar(100)                    NOT NULL default ''
3122009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_agent created_agent          varchar(255)                    NOT NULL default ''
3132009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
3142009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_country created_country              char(2)                         NOT NULL default 'ZZ'
3152009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_US_state created_US_state            char(2)                         NOT NULL default 'ZZ'
3162009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus laststatus                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
3172009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_IP laststatus_IP                  varchar(100)                    NOT NULL default ''
3182009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent            varchar(255)                    NOT NULL default ''
3192009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_user_id laststatus_user_id        bigint(20)                              UNSIGNED NOT NULL default 0
3202009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN name name                            varchar(100)                    NOT NULL
3212009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_users ADD
3222009-11-14 13:32:16 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3232009-11-14 13:32:16 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3242009-11-14 13:32:16 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3252009-11-14 13:32:16 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3262009-11-14 13:32:16 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
3272009-11-14 13:32:16 000000 -- For every table in the database
3282009-11-14 13:32:16 000000 -- Array
329(
330    [0] => wiki_archive
331    [1] => wiki_category
332    [2] => wiki_categorylinks
333    [3] => wiki_change_tag
334    [4] => wiki_externallinks
335    [5] => wiki_filearchive
336    [6] => wiki_hitcounter
337    [7] => wiki_image
338    [8] => wiki_imagelinks
339    [9] => wiki_interwiki
340    [10] => wiki_ipblocks
341    [11] => wiki_job
342    [12] => wiki_langlinks
343    [13] => wiki_logging
344    [14] => wiki_math
345    [15] => wiki_objectcache
346    [16] => wiki_oldimage
347    [17] => wiki_page
348    [18] => wiki_page_props
349    [19] => wiki_page_restrictions
350    [20] => wiki_pagelinks
351    [21] => wiki_protected_titles
352    [22] => wiki_querycache
353    [23] => wiki_querycache_info
354    [24] => wiki_querycachetwo
355    [25] => wiki_recentchanges
356    [26] => wiki_redirect
357    [27] => wiki_revision
358    [28] => wiki_searchindex
359    [29] => wiki_site_stats
360    [30] => wiki_tag_summary
361    [31] => wiki_templatelinks
362    [32] => wiki_text
363    [33] => wiki_trackbacks
364    [34] => wiki_transcache
365    [35] => wiki_updatelog
366    [36] => wiki_user
367    [37] => wiki_user_groups
368    [38] => wiki_user_newtalk
369    [39] => wiki_valid_tag
370    [40] => wiki_watchlist
371    [41] => wp_comments
372    [42] => wp_links
373    [43] => wp_mailpress_formfields
374    [44] => wp_mailpress_forms
375    [45] => wp_mailpress_mailmeta
376    [46] => wp_mailpress_mails
377    [47] => wp_mailpress_stats
378    [48] => wp_mailpress_tracks
379    [49] => wp_mailpress_usermeta
380    [50] => wp_mailpress_users
381    [51] => wp_options
382    [52] => wp_postmeta
383    [53] => wp_posts
384    [54] => wp_projects
385    [55] => wp_tasks
386    [56] => wp_term_relationships
387    [57] => wp_term_taxonomy
388    [58] => wp_terms
389    [59] => wp_usermeta
390    [60] => wp_users
391)
392
3932009-11-14 13:32:16 000000 -- Separate field lines into an array
3942009-11-14 13:32:16 000000 -- wp_mailpress_stats
3952009-11-14 13:32:16 000000 -- Array
396(
397    [wp_mailpress_stats] => CREATE TABLE wp_MailPress_stats (
398                                                                        sdate                   date                                    NOT NULL,
399                                                                        stype                   char(1)                                 NOT NULL,
400                                                                        slib                            varchar(45)                     NOT NULL,
401                                                                        scount                  bigint                          NOT NULL,
402                                                                        PRIMARY KEY(sdate, stype, slib)
403                                                                    ) DEFAULT CHARACTER SET utf8
404)
405
4062009-11-14 13:32:16 000000 -- Fetch the table column structure from string
4072009-11-14 13:32:16 000000 -- Array
408(
409    [sdate] => sdate                    date                                    NOT NULL
410    [stype] => stype                    char(1)                                 NOT NULL
411    [slib] => slib                              varchar(45)                     NOT NULL
412    [scount] => scount                  bigint                          NOT NULL
413)
414
4152009-11-14 13:32:16 000000 -- Fetch the table column structure from the database
4162009-11-14 13:32:16 000000 -- Array
417(
418    [0] => stdClass Object
419        (
420            [Field] => sdate
421            [Type] => date
422            [Null] => NO
423            [Key] => PRI
424            [Default] =>
425            [Extra] =>
426        )
427
428    [1] => stdClass Object
429        (
430            [Field] => stype
431            [Type] => char(1)
432            [Null] => NO
433            [Key] => PRI
434            [Default] =>
435            [Extra] =>
436        )
437
438    [2] => stdClass Object
439        (
440            [Field] => slib
441            [Type] => varchar(45)
442            [Null] => NO
443            [Key] => PRI
444            [Default] =>
445            [Extra] =>
446        )
447
448    [3] => stdClass Object
449        (
450            [Field] => scount
451            [Type] => bigint(20)
452            [Null] => NO
453            [Key] =>
454            [Default] =>
455            [Extra] =>
456        )
457
458)
459
4602009-11-14 13:32:16 000000 -- Get the default value from the array
4612009-11-14 13:32:16 000000 -- sdate                     date                                    NOT NULL
4622009-11-14 13:32:16 000000 -- Get the default value from the array
4632009-11-14 13:32:16 000000 -- stype                     char(1)                                 NOT NULL
4642009-11-14 13:32:16 000000 -- Get the default value from the array
4652009-11-14 13:32:16 000000 -- slib                              varchar(45)                     NOT NULL
4662009-11-14 13:32:16 000000 -- Get the default value from the array
4672009-11-14 13:32:16 000000 -- scount                    bigint                          NOT NULL
4682009-11-14 13:32:16 000000 -- For every remaining field specified for the table
4692009-11-14 13:32:16 000000 -- Array
470(
471)
472
4732009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate                  date                                    NOT NULL
4742009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype                  char(1)                                 NOT NULL
4752009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib                            varchar(45)                     NOT NULL
4762009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount                        bigint                          NOT NULL
4772009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib)
4782009-11-14 13:32:17 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4792009-11-14 13:32:17 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4802009-11-14 13:32:17 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4812009-11-14 13:32:17 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4822009-11-14 13:32:17 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
4832009-11-14 13:32:17 000000 -- For every table in the database
4842009-11-14 13:32:17 000000 -- Array
485(
486    [0] => wiki_archive
487    [1] => wiki_category
488    [2] => wiki_categorylinks
489    [3] => wiki_change_tag
490    [4] => wiki_externallinks
491    [5] => wiki_filearchive
492    [6] => wiki_hitcounter
493    [7] => wiki_image
494    [8] => wiki_imagelinks
495    [9] => wiki_interwiki
496    [10] => wiki_ipblocks
497    [11] => wiki_job
498    [12] => wiki_langlinks
499    [13] => wiki_logging
500    [14] => wiki_math
501    [15] => wiki_objectcache
502    [16] => wiki_oldimage
503    [17] => wiki_page
504    [18] => wiki_page_props
505    [19] => wiki_page_restrictions
506    [20] => wiki_pagelinks
507    [21] => wiki_protected_titles
508    [22] => wiki_querycache
509    [23] => wiki_querycache_info
510    [24] => wiki_querycachetwo
511    [25] => wiki_recentchanges
512    [26] => wiki_redirect
513    [27] => wiki_revision
514    [28] => wiki_searchindex
515    [29] => wiki_site_stats
516    [30] => wiki_tag_summary
517    [31] => wiki_templatelinks
518    [32] => wiki_text
519    [33] => wiki_trackbacks
520    [34] => wiki_transcache
521    [35] => wiki_updatelog
522    [36] => wiki_user
523    [37] => wiki_user_groups
524    [38] => wiki_user_newtalk
525    [39] => wiki_valid_tag
526    [40] => wiki_watchlist
527    [41] => wp_comments
528    [42] => wp_links
529    [43] => wp_mailpress_formfields
530    [44] => wp_mailpress_forms
531    [45] => wp_mailpress_mailmeta
532    [46] => wp_mailpress_mails
533    [47] => wp_mailpress_stats
534    [48] => wp_mailpress_tracks
535    [49] => wp_mailpress_usermeta
536    [50] => wp_mailpress_users
537    [51] => wp_options
538    [52] => wp_postmeta
539    [53] => wp_posts
540    [54] => wp_projects
541    [55] => wp_tasks
542    [56] => wp_term_relationships
543    [57] => wp_term_taxonomy
544    [58] => wp_terms
545    [59] => wp_usermeta
546    [60] => wp_users
547)
548
5492009-11-14 13:32:17 000000 -- Separate field lines into an array
5502009-11-14 13:32:17 000000 -- wp_mailpress_mails
5512009-11-14 13:32:17 000000 -- Array
552(
553    [wp_mailpress_mails] => CREATE TABLE wp_MailPress_mails (
554                                                                        id                              bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT,
555                                                                        status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL,
556                                                                        theme                   varchar(255)                    NOT NULL default '',
557                                                                        themedir                        varchar(255)                    NOT NULL default '',
558                                                                        template                        varchar(255)                    NOT NULL default '',
559                                                                        fromemail                       varchar(255)                    NOT NULL default '',
560                                                                        fromname                        varchar(255)                    NOT NULL default '',
561                                                                        toname                  varchar(255)                    NOT NULL default '',
562                                                                        charset                         varchar(255)                    NOT NULL default '',
563                                                                        parent                  bigint(20)                              UNSIGNED NOT NULL default 0,
564                                                                        child                   bigint(20)                              NOT NULL default 0,
565                                                                        subject                         varchar(255)                    NOT NULL default '',
566                                                                        created                         timestamp                               NOT NULL default '0000-00-00 00:00:00',
567                                                                        created_user_id                 bigint(20)                              UNSIGNED NOT NULL default 0,
568                                                                        sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00',
569                                                                        sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0,
570                                                                        toemail                         longtext                                NOT NULL,
571                                                                        plaintext                       longtext                                NOT NULL,
572                                                                        html                            longtext                                NOT NULL,
573                                                                        UNIQUE KEY id (id)
574                                                                    ) DEFAULT CHARACTER SET utf8
575)
576
5772009-11-14 13:32:17 000000 -- Fetch the table column structure from string
5782009-11-14 13:32:17 000000 -- Array
579(
580    [id] => id                          bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
581    [status] => status                  enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
582    [theme] => theme                    varchar(255)                    NOT NULL default ''
583    [themedir] => themedir                      varchar(255)                    NOT NULL default ''
584    [template] => template                      varchar(255)                    NOT NULL default ''
585    [fromemail] => fromemail                    varchar(255)                    NOT NULL default ''
586    [fromname] => fromname                      varchar(255)                    NOT NULL default ''
587    [toname] => toname                  varchar(255)                    NOT NULL default ''
588    [charset] => charset                        varchar(255)                    NOT NULL default ''
589    [parent] => parent                  bigint(20)                              UNSIGNED NOT NULL default 0
590    [child] => child                    bigint(20)                              NOT NULL default 0
591    [subject] => subject                        varchar(255)                    NOT NULL default ''
592    [created] => created                        timestamp                               NOT NULL default '0000-00-00 00:00:00'
593    [created_user_id] => created_user_id                bigint(20)                              UNSIGNED NOT NULL default 0
594    [sent] => sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
595    [sent_user_id] => sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
596    [toemail] => toemail                        longtext                                NOT NULL
597    [plaintext] => plaintext                    longtext                                NOT NULL
598    [html] => html                              longtext                                NOT NULL
599)
600
6012009-11-14 13:32:17 000000 -- Fetch the table column structure from the database
6022009-11-14 13:32:17 000000 -- Array
603(
604    [0] => stdClass Object
605        (
606            [Field] => id
607            [Type] => bigint(20) unsigned
608            [Null] => NO
609            [Key] => PRI
610            [Default] =>
611            [Extra] => auto_increment
612        )
613
614    [1] => stdClass Object
615        (
616            [Field] => status
617            [Type] => enum('draft','sent','unsent','sending','')
618            [Null] => NO
619            [Key] =>
620            [Default] =>
621            [Extra] =>
622        )
623
624    [2] => stdClass Object
625        (
626            [Field] => theme
627            [Type] => varchar(255)
628            [Null] => NO
629            [Key] =>
630            [Default] =>
631            [Extra] =>
632        )
633
634    [3] => stdClass Object
635        (
636            [Field] => themedir
637            [Type] => varchar(255)
638            [Null] => NO
639            [Key] =>
640            [Default] =>
641            [Extra] =>
642        )
643
644    [4] => stdClass Object
645        (
646            [Field] => template
647            [Type] => varchar(255)
648            [Null] => NO
649            [Key] =>
650            [Default] =>
651            [Extra] =>
652        )
653
654    [5] => stdClass Object
655        (
656            [Field] => fromemail
657            [Type] => varchar(255)
658            [Null] => NO
659            [Key] =>
660            [Default] =>
661            [Extra] =>
662        )
663
664    [6] => stdClass Object
665        (
666            [Field] => fromname
667            [Type] => varchar(255)
668            [Null] => NO
669            [Key] =>
670            [Default] =>
671            [Extra] =>
672        )
673
674    [7] => stdClass Object
675        (
676            [Field] => toname
677            [Type] => varchar(255)
678            [Null] => NO
679            [Key] =>
680            [Default] =>
681            [Extra] =>
682        )
683
684    [8] => stdClass Object
685        (
686            [Field] => charset
687            [Type] => varchar(255)
688            [Null] => NO
689            [Key] =>
690            [Default] =>
691            [Extra] =>
692        )
693
694    [9] => stdClass Object
695        (
696            [Field] => subject
697            [Type] => varchar(255)
698            [Null] => NO
699            [Key] =>
700            [Default] =>
701            [Extra] =>
702        )
703
704    [10] => stdClass Object
705        (
706            [Field] => created
707            [Type] => timestamp
708            [Null] => NO
709            [Key] =>
710            [Default] => 0000-00-00 00:00:00
711            [Extra] =>
712        )
713
714    [11] => stdClass Object
715        (
716            [Field] => created_user_id
717            [Type] => bigint(20) unsigned
718            [Null] => NO
719            [Key] =>
720            [Default] => 0
721            [Extra] =>
722        )
723
724    [12] => stdClass Object
725        (
726            [Field] => sent
727            [Type] => timestamp
728            [Null] => NO
729            [Key] =>
730            [Default] => 0000-00-00 00:00:00
731            [Extra] =>
732        )
733
734    [13] => stdClass Object
735        (
736            [Field] => sent_user_id
737            [Type] => bigint(20) unsigned
738            [Null] => NO
739            [Key] =>
740            [Default] => 0
741            [Extra] =>
742        )
743
744    [14] => stdClass Object
745        (
746            [Field] => toemail
747            [Type] => longtext
748            [Null] => NO
749            [Key] =>
750            [Default] =>
751            [Extra] =>
752        )
753
754    [15] => stdClass Object
755        (
756            [Field] => plaintext
757            [Type] => longtext
758            [Null] => NO
759            [Key] =>
760            [Default] =>
761            [Extra] =>
762        )
763
764    [16] => stdClass Object
765        (
766            [Field] => html
767            [Type] => longtext
768            [Null] => NO
769            [Key] =>
770            [Default] =>
771            [Extra] =>
772        )
773
774    [17] => stdClass Object
775        (
776            [Field] => parent
777            [Type] => bigint(20) unsigned
778            [Null] => NO
779            [Key] =>
780            [Default] => 0
781            [Extra] =>
782        )
783
784    [18] => stdClass Object
785        (
786            [Field] => child
787            [Type] => bigint(20)
788            [Null] => NO
789            [Key] =>
790            [Default] => 0
791            [Extra] =>
792        )
793
794)
795
7962009-11-14 13:32:17 000000 -- Get the default value from the array
7972009-11-14 13:32:17 000000 -- id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
7982009-11-14 13:32:17 000000 -- Get the default value from the array
7992009-11-14 13:32:17 000000 -- status                    enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8002009-11-14 13:32:17 000000 -- Get the default value from the array
8012009-11-14 13:32:17 000000 -- theme                     varchar(255)                    NOT NULL default ''
8022009-11-14 13:32:17 000000 -- Get the default value from the array
8032009-11-14 13:32:17 000000 -- themedir                  varchar(255)                    NOT NULL default ''
8042009-11-14 13:32:17 000000 -- Get the default value from the array
8052009-11-14 13:32:17 000000 -- template                  varchar(255)                    NOT NULL default ''
8062009-11-14 13:32:17 000000 -- Get the default value from the array
8072009-11-14 13:32:17 000000 -- fromemail                         varchar(255)                    NOT NULL default ''
8082009-11-14 13:32:17 000000 -- Get the default value from the array
8092009-11-14 13:32:17 000000 -- fromname                  varchar(255)                    NOT NULL default ''
8102009-11-14 13:32:17 000000 -- Get the default value from the array
8112009-11-14 13:32:17 000000 -- toname                    varchar(255)                    NOT NULL default ''
8122009-11-14 13:32:17 000000 -- Get the default value from the array
8132009-11-14 13:32:17 000000 -- charset                   varchar(255)                    NOT NULL default ''
8142009-11-14 13:32:17 000000 -- Get the default value from the array
8152009-11-14 13:32:17 000000 -- subject                   varchar(255)                    NOT NULL default ''
8162009-11-14 13:32:17 000000 -- Get the default value from the array
8172009-11-14 13:32:17 000000 -- created                   timestamp                               NOT NULL default '0000-00-00 00:00:00'
8182009-11-14 13:32:17 000000 -- Get the default value from the array
8192009-11-14 13:32:17 000000 -- created_user_id           bigint(20)                              UNSIGNED NOT NULL default 0
8202009-11-14 13:32:17 000000 -- Get the default value from the array
8212009-11-14 13:32:17 000000 -- sent                              timestamp                               NOT NULL default '0000-00-00 00:00:00'
8222009-11-14 13:32:17 000000 -- Get the default value from the array
8232009-11-14 13:32:17 000000 -- sent_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8242009-11-14 13:32:17 000000 -- Get the default value from the array
8252009-11-14 13:32:17 000000 -- toemail                   longtext                                NOT NULL
8262009-11-14 13:32:17 000000 -- Get the default value from the array
8272009-11-14 13:32:17 000000 -- plaintext                         longtext                                NOT NULL
8282009-11-14 13:32:17 000000 -- Get the default value from the array
8292009-11-14 13:32:17 000000 -- html                              longtext                                NOT NULL
8302009-11-14 13:32:17 000000 -- Get the default value from the array
8312009-11-14 13:32:17 000000 -- parent                    bigint(20)                              UNSIGNED NOT NULL default 0
8322009-11-14 13:32:17 000000 -- Get the default value from the array
8332009-11-14 13:32:17 000000 -- child                     bigint(20)                              NOT NULL default 0
8342009-11-14 13:32:17 000000 -- For every remaining field specified for the table
8352009-11-14 13:32:17 000000 -- Array
836(
837)
838
8392009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id                                bigint(20)                              UNSIGNED NOT NULL AUTO_INCREMENT
8402009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status                        enum('draft', 'sent', 'unsent', 'sending', '')  NOT NULL
8412009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN theme theme                  varchar(255)                    NOT NULL default ''
8422009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN themedir themedir                    varchar(255)                    NOT NULL default ''
8432009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN template template                    varchar(255)                    NOT NULL default ''
8442009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromemail fromemail                  varchar(255)                    NOT NULL default ''
8452009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromname fromname                    varchar(255)                    NOT NULL default ''
8462009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toname toname                        varchar(255)                    NOT NULL default ''
8472009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN charset charset                      varchar(255)                    NOT NULL default ''
8482009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN subject subject                      varchar(255)                    NOT NULL default ''
8492009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created created                      timestamp                               NOT NULL default '0000-00-00 00:00:00'
8502009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN created_user_id created_user_id              bigint(20)                              UNSIGNED NOT NULL default 0
8512009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent sent                            timestamp                               NOT NULL default '0000-00-00 00:00:00'
8522009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN sent_user_id sent_user_id            bigint(20)                              UNSIGNED NOT NULL default 0
8532009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toemail toemail                      longtext                                NOT NULL
8542009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN plaintext plaintext                  longtext                                NOT NULL
8552009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html                            longtext                                NOT NULL
8562009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN parent parent                        bigint(20)                              UNSIGNED NOT NULL default 0
8572009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN child child                          bigint(20)                              NOT NULL default 0
8582009-11-14 13:32:21 000000 -- For every table in the database
8592009-11-14 13:32:21 000000 -- Array
860(
861    [0] => wiki_archive
862    [1] => wiki_category
863    [2] => wiki_categorylinks
864    [3] => wiki_change_tag
865    [4] => wiki_externallinks
866    [5] => wiki_filearchive
867    [6] => wiki_hitcounter
868    [7] => wiki_image
869    [8] => wiki_imagelinks
870    [9] => wiki_interwiki
871    [10] => wiki_ipblocks
872    [11] => wiki_job
873    [12] => wiki_langlinks
874    [13] => wiki_logging
875    [14] => wiki_math
876    [15] => wiki_objectcache
877    [16] => wiki_oldimage
878    [17] => wiki_page
879    [18] => wiki_page_props
880    [19] => wiki_page_restrictions
881    [20] => wiki_pagelinks
882    [21] => wiki_protected_titles
883    [22] => wiki_querycache
884    [23] => wiki_querycache_info
885    [24] => wiki_querycachetwo
886    [25] => wiki_recentchanges
887    [26] => wiki_redirect
888    [27] => wiki_revision
889    [28] => wiki_searchindex
890    [29] => wiki_site_stats
891    [30] => wiki_tag_summary
892    [31] => wiki_templatelinks
893    [32] => wiki_text
894    [33] => wiki_trackbacks
895    [34] => wiki_transcache
896    [35] => wiki_updatelog
897    [36] => wiki_user
898    [37] => wiki_user_groups
899    [38] => wiki_user_newtalk
900    [39] => wiki_valid_tag
901    [40] => wiki_watchlist
902    [41] => wp_comments
903    [42] => wp_links
904    [43] => wp_mailpress_formfields
905    [44] => wp_mailpress_forms
906    [45] => wp_mailpress_mailmeta
907    [46] => wp_mailpress_mails
908    [47] => wp_mailpress_stats
909    [48] => wp_mailpress_tracks
910    [49] => wp_mailpress_usermeta
911    [50] => wp_mailpress_users
912    [51] => wp_options
913    [52] => wp_postmeta
914    [53] => wp_posts
915    [54] => wp_projects
916    [55] => wp_tasks
917    [56] => wp_term_relationships
918    [57] => wp_term_taxonomy
919    [58] => wp_terms
920    [59] => wp_usermeta
921    [60] => wp_users
922)
923
9242009-11-14 13:32:21 000000 -- Separate field lines into an array
9252009-11-14 13:32:21 000000 -- wp_mailpress_usermeta
9262009-11-14 13:32:21 000000 -- Array
927(
928    [wp_mailpress_usermeta] => CREATE TABLE wp_MailPress_usermeta (
929                                                                        umeta_id                        bigint(20)                              NOT NULL auto_increment,
930                                                                        user_id                         bigint(20)                              NOT NULL default '0',
931                                                                        meta_key                        varchar(255)                    default NULL,
932                                                                        meta_value                      longtext,
933                                                                        PRIMARY KEY  (umeta_id),
934                                                                        KEY user_id  (user_id),
935                                                                        KEY meta_key (meta_key)
936                                                                     ) DEFAULT CHARACTER SET utf8
937)
938
9392009-11-14 13:32:21 000000 -- Fetch the table column structure from string
9402009-11-14 13:32:21 000000 -- Array
941(
942    [umeta_id] => umeta_id                      bigint(20)                              NOT NULL auto_increment
943    [user_id] => user_id                        bigint(20)                              NOT NULL default '0'
944    [meta_key] => meta_key                      varchar(255)                    default NULL
945    [meta_value] => meta_value                  longtext
946)
947
9482009-11-14 13:32:21 000000 -- Fetch the table column structure from the database
9492009-11-14 13:32:21 000000 -- Array
950(
951    [0] => stdClass Object
952        (
953            [Field] => umeta_id
954            [Type] => bigint(20)
955            [Null] => NO
956            [Key] => PRI
957            [Default] =>
958            [Extra] => auto_increment
959        )
960
961    [1] => stdClass Object
962        (
963            [Field] => user_id
964            [Type] => bigint(20)
965            [Null] => NO
966            [Key] => MUL
967            [Default] => 0
968            [Extra] =>
969        )
970
971    [2] => stdClass Object
972        (
973            [Field] => meta_key
974            [Type] => varchar(255)
975            [Null] => YES
976            [Key] => MUL
977            [Default] =>
978            [Extra] =>
979        )
980
981    [3] => stdClass Object
982        (
983            [Field] => meta_value
984            [Type] => longtext
985            [Null] => YES
986            [Key] =>
987            [Default] =>
988            [Extra] =>
989        )
990
991)
992
9932009-11-14 13:32:21 000000 -- Get the default value from the array
9942009-11-14 13:32:21 000000 -- umeta_id                  bigint(20)                              NOT NULL auto_increment
9952009-11-14 13:32:21 000000 -- Get the default value from the array
9962009-11-14 13:32:21 000000 -- user_id                   bigint(20)                              NOT NULL default '0'
9972009-11-14 13:32:21 000000 -- Get the default value from the array
9982009-11-14 13:32:21 000000 -- meta_key                          varchar(255)                    default NULL
9992009-11-14 13:32:21 000000 -- Get the default value from the array
10002009-11-14 13:32:21 000000 -- meta_value                        longtext
10012009-11-14 13:32:21 000000 -- For every remaining field specified for the table
10022009-11-14 13:32:21 000000 -- Array
1003(
1004)
1005
10062009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id                         bigint(20)                              NOT NULL auto_increment
10072009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id                   bigint(20)                              NOT NULL default '0'
10082009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
10092009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value                     longtext
10102009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id  (user_id)
10112009-11-14 13:32:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10122009-11-14 13:32:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10132009-11-14 13:32:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10142009-11-14 13:32:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10152009-11-14 13:32:22 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
10162009-11-14 13:32:22 000000 -- For every table in the database
10172009-11-14 13:32:22 000000 -- Array
1018(
1019    [0] => wiki_archive
1020    [1] => wiki_category
1021    [2] => wiki_categorylinks
1022    [3] => wiki_change_tag
1023    [4] => wiki_externallinks
1024    [5] => wiki_filearchive
1025    [6] => wiki_hitcounter
1026    [7] => wiki_image
1027    [8] => wiki_imagelinks
1028    [9] => wiki_interwiki
1029    [10] => wiki_ipblocks
1030    [11] => wiki_job
1031    [12] => wiki_langlinks
1032    [13] => wiki_logging
1033    [14] => wiki_math
1034    [15] => wiki_objectcache
1035    [16] => wiki_oldimage
1036    [17] => wiki_page
1037    [18] => wiki_page_props
1038    [19] => wiki_page_restrictions
1039    [20] => wiki_pagelinks
1040    [21] => wiki_protected_titles
1041    [22] => wiki_querycache
1042    [23] => wiki_querycache_info
1043    [24] => wiki_querycachetwo
1044    [25] => wiki_recentchanges
1045    [26] => wiki_redirect
1046    [27] => wiki_revision
1047    [28] => wiki_searchindex
1048    [29] => wiki_site_stats
1049    [30] => wiki_tag_summary
1050    [31] => wiki_templatelinks
1051    [32] => wiki_text
1052    [33] => wiki_trackbacks
1053    [34] => wiki_transcache
1054    [35] => wiki_updatelog
1055    [36] => wiki_user
1056    [37] => wiki_user_groups
1057    [38] => wiki_user_newtalk
1058    [39] => wiki_valid_tag
1059    [40] => wiki_watchlist
1060    [41] => wp_comments
1061    [42] => wp_links
1062    [43] => wp_mailpress_formfields
1063    [44] => wp_mailpress_forms
1064    [45] => wp_mailpress_mailmeta
1065    [46] => wp_mailpress_mails
1066    [47] => wp_mailpress_stats
1067    [48] => wp_mailpress_tracks
1068    [49] => wp_mailpress_usermeta
1069    [50] => wp_mailpress_users
1070    [51] => wp_options
1071    [52] => wp_postmeta
1072    [53] => wp_posts
1073    [54] => wp_projects
1074    [55] => wp_tasks
1075    [56] => wp_term_relationships
1076    [57] => wp_term_taxonomy
1077    [58] => wp_terms
1078    [59] => wp_usermeta
1079    [60] => wp_users
1080)
1081
10822009-11-14 13:32:22 000000 -- Separate field lines into an array
10832009-11-14 13:32:22 000000 -- wp_mailpress_mailmeta
10842009-11-14 13:32:22 000000 -- Array
1085(
1086    [wp_mailpress_mailmeta] => CREATE TABLE wp_MailPress_mailmeta (
1087                                                                        mmeta_id                        bigint(20)                              NOT NULL auto_increment,
1088                                                                        mail_id                         bigint(20)                              NOT NULL default '0',
1089                                                                        meta_key                        varchar(255)                    default NULL,
1090                                                                        meta_value                      longtext,
1091                                                                        PRIMARY KEY  (mmeta_id),
1092                                                                        KEY user_id  (mail_id),
1093                                                                        KEY meta_key (meta_key)
1094                                                                     ) DEFAULT CHARACTER SET utf8
1095)
1096
10972009-11-14 13:32:22 000000 -- Fetch the table column structure from string
10982009-11-14 13:32:22 000000 -- Array
1099(
1100    [mmeta_id] => mmeta_id                      bigint(20)                              NOT NULL auto_increment
1101    [mail_id] => mail_id                        bigint(20)                              NOT NULL default '0'
1102    [meta_key] => meta_key                      varchar(255)                    default NULL
1103    [meta_value] => meta_value                  longtext
1104)
1105
11062009-11-14 13:32:22 000000 -- Fetch the table column structure from the database
11072009-11-14 13:32:22 000000 -- Array
1108(
1109    [0] => stdClass Object
1110        (
1111            [Field] => mmeta_id
1112            [Type] => bigint(20)
1113            [Null] => NO
1114            [Key] => PRI
1115            [Default] =>
1116            [Extra] => auto_increment
1117        )
1118
1119    [1] => stdClass Object
1120        (
1121            [Field] => mail_id
1122            [Type] => bigint(20)
1123            [Null] => NO
1124            [Key] => MUL
1125            [Default] => 0
1126            [Extra] =>
1127        )
1128
1129    [2] => stdClass Object
1130        (
1131            [Field] => meta_key
1132            [Type] => varchar(255)
1133            [Null] => YES
1134            [Key] => MUL
1135            [Default] =>
1136            [Extra] =>
1137        )
1138
1139    [3] => stdClass Object
1140        (
1141            [Field] => meta_value
1142            [Type] => longtext
1143            [Null] => YES
1144            [Key] =>
1145            [Default] =>
1146            [Extra] =>
1147        )
1148
1149)
1150
11512009-11-14 13:32:22 000000 -- Get the default value from the array
11522009-11-14 13:32:22 000000 -- mmeta_id                          bigint(20)                              NOT NULL auto_increment
11532009-11-14 13:32:22 000000 -- Get the default value from the array
11542009-11-14 13:32:22 000000 -- mail_id                   bigint(20)                              NOT NULL default '0'
11552009-11-14 13:32:22 000000 -- Get the default value from the array
11562009-11-14 13:32:22 000000 -- meta_key                          varchar(255)                    default NULL
11572009-11-14 13:32:22 000000 -- Get the default value from the array
11582009-11-14 13:32:22 000000 -- meta_value                        longtext
11592009-11-14 13:32:22 000000 -- For every remaining field specified for the table
11602009-11-14 13:32:22 000000 -- Array
1161(
1162)
1163
11642009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id                         bigint(20)                              NOT NULL auto_increment
11652009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id                   bigint(20)                              NOT NULL default '0'
11662009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key                         varchar(255)                    default NULL
11672009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value                     longtext
11682009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id  (mail_id)
11692009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11702009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11712009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11722009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11732009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11742009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11752009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11762009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11772009-11-14 13:32:23 000000 -- PHP [E_NOTICE] 8 : Undefined index:  class in C:\Vn\wptest\wp-includes\wp-db.php at line 1083
11782009-11-14 13:32:23 000000 -- Memory      : 15,795,560 bytes
11792009-11-14 13:32:23 000000 -- Peak Memory : 15,973,560 bytes
11802009-11-14 13:32:23 000000 -- LOG ended with status  : TRUE
11812009-11-14 13:32:23 000000 --  **** End logging   **** mailpress *** debug *** level : 8191
1182
11832009-11-14 13:32:24 000000 --  **** Start logging **** debug *** level : 8191
11842009-11-14 13:32:24 000000 -- Memory      : 10,041,896 bytes
11852009-11-14 13:32:24 000000 -- Peak Memory : 10,061,032 bytes
11862009-11-14 13:32:25 000000 -- Memory      : 16,021,560 bytes
11872009-11-14 13:32:25 000000 -- Peak Memory : 16,270,840 bytes
11882009-11-14 13:32:25 000000 -- LOG ended with status  : TRUE
11892009-11-14 13:32:25 000000 --  **** End logging   **** mailpress *** debug *** level : 8191