Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Checking for DBD-mysql (v4.00) ok: found v4.012
  2. Checking for MySQL (v4.1.2) ok: found v5.1.41-3ubuntu12.6
  3.  
  4. Removing index 'bugs_short_desc_idx' from the bugs table...
  5. Removing index 'longdescs_thetext_idx' from the longdescs table...
  6. Bugzilla now uses the InnoDB storage engine in MySQL for most tables.
  7. Converting tables to InnoDB:
  8. Converting table user_group_map... done.
  9. Converting table priority... done.
  10. Converting table series_data... done.
  11. Converting table longdescs... done.
  12. Converting table profile_setting... done.
  13. Converting table attach_data... done.
  14. Converting table dependencies... done.
  15. Converting table components... done.
  16. Converting table keywords... done.
  17. Converting table cc... done.
  18. Converting table duplicates... done.
  19. Converting table groups... done.
  20. Converting table component_cc... done.
  21. Converting table flagtypes... done.
  22. Converting table profiles... done.
  23. Converting table products... done.
  24. Converting table bug_severity... done.
  25. Converting table setting_value... done.
  26. Converting table bugs_activity... done.
  27. Converting table setting... done.
  28. Converting table series_categories... done.
  29. Converting table whine_schedules... done.
  30. Converting table resolution... done.
  31. Converting table keyworddefs... done.
  32. Converting table category_group_map... done.
  33. Converting table namedquery_group_map... done.
  34. Converting table op_sys... done.
  35. Converting table fielddefs... done.
  36. Converting table group_control_map... done.
  37. Converting table namedqueries_link_in_footer... done.
  38. Converting table profiles_activity... done.
  39. Converting table whine_queries... done.
  40. Converting table bz_schema... done.
  41. Converting table group_group_map... done.
  42. Converting table bugs... done.
  43. Converting table series... done.
  44. Converting table versions... done.
  45. Converting table email_setting... done.
  46. Converting table flagexclusions... done.
  47. Converting table logincookies... done.
  48. Converting table watch... done.
  49. Converting table rep_platform... done.
  50. Converting table bug_group_map... done.
  51. Converting table votes... done.
  52. Converting table bug_status... done.
  53. Converting table attachments... done.
  54. Converting table classifications... done.
  55. Converting table flags... done.
  56. Converting table whine_events... done.
  57. Converting table milestones... done.
  58. Converting table tokens... done.
  59. Converting table flaginclusions... done.
  60. Converting table quips... done.
  61. Converting table namedqueries... done.
  62. Adding new table bug_see_also ...
  63. Adding new table bugs_fulltext ...
  64. Adding new table component_cc ...
  65. DBD::mysql::db do failed: Table 'component_cc' already exists [for Statement "CREATE TABLE component_cc (
  66. user_id mediumint NOT NULL,
  67. component_id smallint NOT NULL
  68. ) ENGINE = InnoDB CHARACTER SET utf8"] at Bugzilla/DB.pm line 680
  69. Bugzilla::DB::_bz_add_table_raw('Bugzilla::DB::Mysql=HASH(0x4a588d8)', 'component_cc') called at Bugzilla/DB.pm line 646
  70. Bugzilla::DB::bz_add_table('Bugzilla::DB::Mysql=HASH(0x4a588d8)', 'component_cc') called at Bugzilla/DB.pm line 435
  71. Bugzilla::DB::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x4a588d8)') called at Bugzilla/DB/Mysql.pm line 577
  72. Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x4a588d8)') called at ./checksetup.pl line 147
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement