ALT Linux Bugzilla
– Attachment 8901 Details for
Bug 38668
Не создаются таблицы в БД mariadb
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Полный лог миграции
novalogdb.log (text/x-log), 6.97 KB, created by
Alexander
on 2020-08-10 14:37:20 MSK
(
hide
)
Description:
Полный лог миграции
Filename:
MIME Type:
Creator:
Alexander
Created:
2020-08-10 14:37:20 MSK
Size:
6.97 KB
patch
obsolete
> > > 2020-08-10 13:17:30.898846 [nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Connect nova@testmysql.stand.loc as anonymous on nova_api > 2020-08-10 13:17:30.899126 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET NAMES utf8 > 2020-08-10 13:17:30.899553 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET AUTOCOMMIT = 0 > 2020-08-10 13:17:30.899998 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET NAMES utf8 > 2020-08-10 13:17:30.900753 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SHOW VARIABLES LIKE 'sql_mode' > 2020-08-10 13:17:30.902797 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SHOW VARIABLES LIKE 'lower_case_table_names' > 2020-08-10 13:17:30.904219 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT VERSION() > 2020-08-10 13:17:30.905115 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT DATABASE() > 2020-08-10 13:17:30.905548 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT @@tx_isolation > 2020-08-10 13:17:30.906000 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query show collation where `Charset` = 'utf8mb4' and `Collation` = 'utf8mb4_bin' > 2020-08-10 13:17:30.908126 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT CAST('test plain returns' AS CHAR(60)) AS anon_1 > 2020-08-10 13:17:30.908854 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT CAST('test unicode returns' AS CHAR(60)) AS anon_1 > 2020-08-10 13:17:30.909598 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT CAST('test collated returns' AS CHAR CHARACTER SET utf8mb4) COLLATE utf8mb4_bin > AS anon_1 > 2020-08-10 13:17:30.910013 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.910291 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET SESSION sql_mode = 'TRADITIONAL' > 2020-08-10 13:17:30.910535 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SHOW VARIABLES LIKE 'sql_mode' > 2020-08-10 13:17:30.911937 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET NAMES utf8 > 2020-08-10 13:17:30.912190 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SET SESSION sql_mode = 'TRADITIONAL' > 2020-08-10 13:17:30.912996 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT 1 > 2020-08-10 13:17:30.913450 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.914676 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT 1 > 2020-08-10 13:17:30.930596 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SHOW CREATE TABLE `migrate_version` > 2020-08-10 13:17:30.931090 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.931363 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.932102 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT 1 > 2020-08-10 13:17:30.932573 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SHOW FULL TABLES FROM `nova_api` > 2020-08-10 13:17:30.933171 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.934689 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT 1 > 2020-08-10 13:17:30.935531 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query DESCRIBE `migrate_version` > 2020-08-10 13:17:30.937337 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.937685 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.938767 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query SELECT 1 > 2020-08-10 13:17:30.940882 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query CREATE TABLE migrate_version (\n\trepository_id VARCHAR(250) NOT NULL, \n\trepository_ > path TEXT, \n\tversion INTEGER, \n\tPRIMARY KEY (repository_id)\n) > 2020-08-10 13:17:30.966699 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > 2020-08-10 13:17:30.967118 nova[nova] @ testmysql.stand.loc [10.40.56.2] 500 1 Query ROLLBACK > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 38668
:
8853
| 8901