1 | |
---|
2 | 2009-11-14 13:32:12 000000 -- **** Start logging (4.0.1) **** debug *** level : 8191 |
---|
3 | 2009-11-14 13:32:12 000000 -- Memory : 15,100,040 bytes |
---|
4 | 2009-11-14 13:32:12 000000 -- Peak Memory : 15,120,512 bytes |
---|
5 | 2009-11-14 13:32:12 000000 -- For every table in the database |
---|
6 | 2009-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 | |
---|
71 | 2009-11-14 13:32:12 000000 -- Separate field lines into an array |
---|
72 | 2009-11-14 13:32:12 000000 -- wp_mailpress_users |
---|
73 | 2009-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 | |
---|
96 | 2009-11-14 13:32:12 000000 -- Fetch the table column structure from string |
---|
97 | 2009-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 | |
---|
116 | 2009-11-14 13:32:12 000000 -- Fetch the table column structure from the database |
---|
117 | 2009-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 | |
---|
271 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
272 | 2009-11-14 13:32:12 000000 -- id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
273 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
274 | 2009-11-14 13:32:12 000000 -- email varchar(100) NOT NULL |
---|
275 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
276 | 2009-11-14 13:32:12 000000 -- status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL |
---|
277 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
278 | 2009-11-14 13:32:12 000000 -- confkey varchar(100) NOT NULL |
---|
279 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
280 | 2009-11-14 13:32:12 000000 -- created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
281 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
282 | 2009-11-14 13:32:12 000000 -- created_IP varchar(100) NOT NULL default '' |
---|
283 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
284 | 2009-11-14 13:32:12 000000 -- created_agent varchar(255) NOT NULL default '' |
---|
285 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
286 | 2009-11-14 13:32:12 000000 -- created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
287 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
288 | 2009-11-14 13:32:12 000000 -- created_country char(2) NOT NULL default 'ZZ' |
---|
289 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
290 | 2009-11-14 13:32:12 000000 -- created_US_state char(2) NOT NULL default 'ZZ' |
---|
291 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
292 | 2009-11-14 13:32:12 000000 -- laststatus timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
293 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
294 | 2009-11-14 13:32:12 000000 -- laststatus_IP varchar(100) NOT NULL default '' |
---|
295 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
296 | 2009-11-14 13:32:12 000000 -- laststatus_agent varchar(255) NOT NULL default '' |
---|
297 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
298 | 2009-11-14 13:32:12 000000 -- laststatus_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
299 | 2009-11-14 13:32:12 000000 -- Get the default value from the array |
---|
300 | 2009-11-14 13:32:12 000000 -- name varchar(100) NOT NULL |
---|
301 | 2009-11-14 13:32:12 000000 -- For every remaining field specified for the table |
---|
302 | 2009-11-14 13:32:12 000000 -- Array |
---|
303 | ( |
---|
304 | ) |
---|
305 | |
---|
306 | 2009-11-14 13:32:12 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN id id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
307 | 2009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN email email varchar(100) NOT NULL |
---|
308 | 2009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN status status enum('waiting', 'active', 'bounced', 'unsubscribed') NOT NULL |
---|
309 | 2009-11-14 13:32:13 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN confkey confkey varchar(100) NOT NULL |
---|
310 | 2009-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' |
---|
311 | 2009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_IP created_IP varchar(100) NOT NULL default '' |
---|
312 | 2009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_agent created_agent varchar(255) NOT NULL default '' |
---|
313 | 2009-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 |
---|
314 | 2009-11-14 13:32:14 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN created_country created_country char(2) NOT NULL default 'ZZ' |
---|
315 | 2009-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' |
---|
316 | 2009-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' |
---|
317 | 2009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_IP laststatus_IP varchar(100) NOT NULL default '' |
---|
318 | 2009-11-14 13:32:15 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN laststatus_agent laststatus_agent varchar(255) NOT NULL default '' |
---|
319 | 2009-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 |
---|
320 | 2009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_users CHANGE COLUMN name name varchar(100) NOT NULL |
---|
321 | 2009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_users ADD |
---|
322 | 2009-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 |
---|
323 | 2009-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 |
---|
324 | 2009-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 |
---|
325 | 2009-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 |
---|
326 | 2009-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 |
---|
327 | 2009-11-14 13:32:16 000000 -- For every table in the database |
---|
328 | 2009-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 | |
---|
393 | 2009-11-14 13:32:16 000000 -- Separate field lines into an array |
---|
394 | 2009-11-14 13:32:16 000000 -- wp_mailpress_stats |
---|
395 | 2009-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 | |
---|
406 | 2009-11-14 13:32:16 000000 -- Fetch the table column structure from string |
---|
407 | 2009-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 | |
---|
415 | 2009-11-14 13:32:16 000000 -- Fetch the table column structure from the database |
---|
416 | 2009-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 | |
---|
460 | 2009-11-14 13:32:16 000000 -- Get the default value from the array |
---|
461 | 2009-11-14 13:32:16 000000 -- sdate date NOT NULL |
---|
462 | 2009-11-14 13:32:16 000000 -- Get the default value from the array |
---|
463 | 2009-11-14 13:32:16 000000 -- stype char(1) NOT NULL |
---|
464 | 2009-11-14 13:32:16 000000 -- Get the default value from the array |
---|
465 | 2009-11-14 13:32:16 000000 -- slib varchar(45) NOT NULL |
---|
466 | 2009-11-14 13:32:16 000000 -- Get the default value from the array |
---|
467 | 2009-11-14 13:32:16 000000 -- scount bigint NOT NULL |
---|
468 | 2009-11-14 13:32:16 000000 -- For every remaining field specified for the table |
---|
469 | 2009-11-14 13:32:16 000000 -- Array |
---|
470 | ( |
---|
471 | ) |
---|
472 | |
---|
473 | 2009-11-14 13:32:16 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN sdate sdate date NOT NULL |
---|
474 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN stype stype char(1) NOT NULL |
---|
475 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN slib slib varchar(45) NOT NULL |
---|
476 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats CHANGE COLUMN scount scount bigint NOT NULL |
---|
477 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_stats ADD PRIMARY KEY(sdate, stype, slib) |
---|
478 | 2009-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 |
---|
479 | 2009-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 |
---|
480 | 2009-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 |
---|
481 | 2009-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 |
---|
482 | 2009-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 |
---|
483 | 2009-11-14 13:32:17 000000 -- For every table in the database |
---|
484 | 2009-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 | |
---|
549 | 2009-11-14 13:32:17 000000 -- Separate field lines into an array |
---|
550 | 2009-11-14 13:32:17 000000 -- wp_mailpress_mails |
---|
551 | 2009-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 | |
---|
577 | 2009-11-14 13:32:17 000000 -- Fetch the table column structure from string |
---|
578 | 2009-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 | |
---|
601 | 2009-11-14 13:32:17 000000 -- Fetch the table column structure from the database |
---|
602 | 2009-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 | |
---|
796 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
797 | 2009-11-14 13:32:17 000000 -- id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
798 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
799 | 2009-11-14 13:32:17 000000 -- status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL |
---|
800 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
801 | 2009-11-14 13:32:17 000000 -- theme varchar(255) NOT NULL default '' |
---|
802 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
803 | 2009-11-14 13:32:17 000000 -- themedir varchar(255) NOT NULL default '' |
---|
804 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
805 | 2009-11-14 13:32:17 000000 -- template varchar(255) NOT NULL default '' |
---|
806 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
807 | 2009-11-14 13:32:17 000000 -- fromemail varchar(255) NOT NULL default '' |
---|
808 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
809 | 2009-11-14 13:32:17 000000 -- fromname varchar(255) NOT NULL default '' |
---|
810 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
811 | 2009-11-14 13:32:17 000000 -- toname varchar(255) NOT NULL default '' |
---|
812 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
813 | 2009-11-14 13:32:17 000000 -- charset varchar(255) NOT NULL default '' |
---|
814 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
815 | 2009-11-14 13:32:17 000000 -- subject varchar(255) NOT NULL default '' |
---|
816 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
817 | 2009-11-14 13:32:17 000000 -- created timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
818 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
819 | 2009-11-14 13:32:17 000000 -- created_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
820 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
821 | 2009-11-14 13:32:17 000000 -- sent timestamp NOT NULL default '0000-00-00 00:00:00' |
---|
822 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
823 | 2009-11-14 13:32:17 000000 -- sent_user_id bigint(20) UNSIGNED NOT NULL default 0 |
---|
824 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
825 | 2009-11-14 13:32:17 000000 -- toemail longtext NOT NULL |
---|
826 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
827 | 2009-11-14 13:32:17 000000 -- plaintext longtext NOT NULL |
---|
828 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
829 | 2009-11-14 13:32:17 000000 -- html longtext NOT NULL |
---|
830 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
831 | 2009-11-14 13:32:17 000000 -- parent bigint(20) UNSIGNED NOT NULL default 0 |
---|
832 | 2009-11-14 13:32:17 000000 -- Get the default value from the array |
---|
833 | 2009-11-14 13:32:17 000000 -- child bigint(20) NOT NULL default 0 |
---|
834 | 2009-11-14 13:32:17 000000 -- For every remaining field specified for the table |
---|
835 | 2009-11-14 13:32:17 000000 -- Array |
---|
836 | ( |
---|
837 | ) |
---|
838 | |
---|
839 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN id id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT |
---|
840 | 2009-11-14 13:32:17 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN status status enum('draft', 'sent', 'unsent', 'sending', '') NOT NULL |
---|
841 | 2009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN theme theme varchar(255) NOT NULL default '' |
---|
842 | 2009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN themedir themedir varchar(255) NOT NULL default '' |
---|
843 | 2009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN template template varchar(255) NOT NULL default '' |
---|
844 | 2009-11-14 13:32:18 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromemail fromemail varchar(255) NOT NULL default '' |
---|
845 | 2009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN fromname fromname varchar(255) NOT NULL default '' |
---|
846 | 2009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toname toname varchar(255) NOT NULL default '' |
---|
847 | 2009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN charset charset varchar(255) NOT NULL default '' |
---|
848 | 2009-11-14 13:32:19 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN subject subject varchar(255) NOT NULL default '' |
---|
849 | 2009-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' |
---|
850 | 2009-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 |
---|
851 | 2009-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' |
---|
852 | 2009-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 |
---|
853 | 2009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN toemail toemail longtext NOT NULL |
---|
854 | 2009-11-14 13:32:20 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN plaintext plaintext longtext NOT NULL |
---|
855 | 2009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN html html longtext NOT NULL |
---|
856 | 2009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN parent parent bigint(20) UNSIGNED NOT NULL default 0 |
---|
857 | 2009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_mails CHANGE COLUMN child child bigint(20) NOT NULL default 0 |
---|
858 | 2009-11-14 13:32:21 000000 -- For every table in the database |
---|
859 | 2009-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 | |
---|
924 | 2009-11-14 13:32:21 000000 -- Separate field lines into an array |
---|
925 | 2009-11-14 13:32:21 000000 -- wp_mailpress_usermeta |
---|
926 | 2009-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 | |
---|
939 | 2009-11-14 13:32:21 000000 -- Fetch the table column structure from string |
---|
940 | 2009-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 | |
---|
948 | 2009-11-14 13:32:21 000000 -- Fetch the table column structure from the database |
---|
949 | 2009-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 | |
---|
993 | 2009-11-14 13:32:21 000000 -- Get the default value from the array |
---|
994 | 2009-11-14 13:32:21 000000 -- umeta_id bigint(20) NOT NULL auto_increment |
---|
995 | 2009-11-14 13:32:21 000000 -- Get the default value from the array |
---|
996 | 2009-11-14 13:32:21 000000 -- user_id bigint(20) NOT NULL default '0' |
---|
997 | 2009-11-14 13:32:21 000000 -- Get the default value from the array |
---|
998 | 2009-11-14 13:32:21 000000 -- meta_key varchar(255) default NULL |
---|
999 | 2009-11-14 13:32:21 000000 -- Get the default value from the array |
---|
1000 | 2009-11-14 13:32:21 000000 -- meta_value longtext |
---|
1001 | 2009-11-14 13:32:21 000000 -- For every remaining field specified for the table |
---|
1002 | 2009-11-14 13:32:21 000000 -- Array |
---|
1003 | ( |
---|
1004 | ) |
---|
1005 | |
---|
1006 | 2009-11-14 13:32:21 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN umeta_id umeta_id bigint(20) NOT NULL auto_increment |
---|
1007 | 2009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN user_id user_id bigint(20) NOT NULL default '0' |
---|
1008 | 2009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_key meta_key varchar(255) default NULL |
---|
1009 | 2009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta CHANGE COLUMN meta_value meta_value longtext |
---|
1010 | 2009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_usermeta ADD KEY user_id (user_id) |
---|
1011 | 2009-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 |
---|
1012 | 2009-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 |
---|
1013 | 2009-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 |
---|
1014 | 2009-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 |
---|
1015 | 2009-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 |
---|
1016 | 2009-11-14 13:32:22 000000 -- For every table in the database |
---|
1017 | 2009-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 | |
---|
1082 | 2009-11-14 13:32:22 000000 -- Separate field lines into an array |
---|
1083 | 2009-11-14 13:32:22 000000 -- wp_mailpress_mailmeta |
---|
1084 | 2009-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 | |
---|
1097 | 2009-11-14 13:32:22 000000 -- Fetch the table column structure from string |
---|
1098 | 2009-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 | |
---|
1106 | 2009-11-14 13:32:22 000000 -- Fetch the table column structure from the database |
---|
1107 | 2009-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 | |
---|
1151 | 2009-11-14 13:32:22 000000 -- Get the default value from the array |
---|
1152 | 2009-11-14 13:32:22 000000 -- mmeta_id bigint(20) NOT NULL auto_increment |
---|
1153 | 2009-11-14 13:32:22 000000 -- Get the default value from the array |
---|
1154 | 2009-11-14 13:32:22 000000 -- mail_id bigint(20) NOT NULL default '0' |
---|
1155 | 2009-11-14 13:32:22 000000 -- Get the default value from the array |
---|
1156 | 2009-11-14 13:32:22 000000 -- meta_key varchar(255) default NULL |
---|
1157 | 2009-11-14 13:32:22 000000 -- Get the default value from the array |
---|
1158 | 2009-11-14 13:32:22 000000 -- meta_value longtext |
---|
1159 | 2009-11-14 13:32:22 000000 -- For every remaining field specified for the table |
---|
1160 | 2009-11-14 13:32:22 000000 -- Array |
---|
1161 | ( |
---|
1162 | ) |
---|
1163 | |
---|
1164 | 2009-11-14 13:32:22 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mmeta_id mmeta_id bigint(20) NOT NULL auto_increment |
---|
1165 | 2009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN mail_id mail_id bigint(20) NOT NULL default '0' |
---|
1166 | 2009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_key meta_key varchar(255) default NULL |
---|
1167 | 2009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta CHANGE COLUMN meta_value meta_value longtext |
---|
1168 | 2009-11-14 13:32:23 000000 -- ALTER TABLE wp_mailpress_mailmeta ADD KEY user_id (mail_id) |
---|
1169 | 2009-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 |
---|
1170 | 2009-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 |
---|
1171 | 2009-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 |
---|
1172 | 2009-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 |
---|
1173 | 2009-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 |
---|
1174 | 2009-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 |
---|
1175 | 2009-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 |
---|
1176 | 2009-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 |
---|
1177 | 2009-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 |
---|
1178 | 2009-11-14 13:32:23 000000 -- Memory : 15,795,560 bytes |
---|
1179 | 2009-11-14 13:32:23 000000 -- Peak Memory : 15,973,560 bytes |
---|
1180 | 2009-11-14 13:32:23 000000 -- LOG ended with status : TRUE |
---|
1181 | 2009-11-14 13:32:23 000000 -- **** End logging **** mailpress *** debug *** level : 8191 |
---|
1182 | |
---|
1183 | 2009-11-14 13:32:24 000000 -- **** Start logging **** debug *** level : 8191 |
---|
1184 | 2009-11-14 13:32:24 000000 -- Memory : 10,041,896 bytes |
---|
1185 | 2009-11-14 13:32:24 000000 -- Peak Memory : 10,061,032 bytes |
---|
1186 | 2009-11-14 13:32:25 000000 -- Memory : 16,021,560 bytes |
---|
1187 | 2009-11-14 13:32:25 000000 -- Peak Memory : 16,270,840 bytes |
---|
1188 | 2009-11-14 13:32:25 000000 -- LOG ended with status : TRUE |
---|
1189 | 2009-11-14 13:32:25 000000 -- **** End logging **** mailpress *** debug *** level : 8191 |
---|