Created
August 26, 2021 14:29
-
-
Save oranie/ae816627e2e70d60e8d1eeaa02c08f92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37 | |
5701 close(37) = 0 | |
5701 openat(AT_FDCWD, "/var/log/mysqld.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 37 | |
5701 close(37) = 0 | |
5701 open("./", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 37 | |
5701 close(37) = 0 | |
5701 close(38) = 0 | |
5701 close(4) = 0 | |
5701 openat(AT_FDCWD, "./binlog.index", O_RDWR|O_CREAT, 0640) = 4 | |
5701 openat(AT_FDCWD, "./binlog.~rec~", O_RDWR|O_CREAT, 0640) = 37 | |
5701 close(37) = 0 | |
5701 openat(AT_FDCWD, "./binlog.~rec~", O_RDWR|O_CREAT, 0640) = 37 | |
5701 openat(AT_FDCWD, "./binlog.000003", O_WRONLY|O_CREAT, 0640) = 38 | |
5701 openat(AT_FDCWD, "./binlog.index_crash_safe", O_RDWR|O_CREAT, 0640) = 39 | |
5701 close(39) = 0 | |
5701 close(4) = 0 | |
5701 openat(AT_FDCWD, "./binlog.index", O_RDWR|O_CREAT, 0640) = 4 | |
5701 close(37) = 0 | |
5701 openat(AT_FDCWD, "./test/oranie.ibd", O_RDWR|O_CREAT|O_EXCL, 0640) = 37 | |
5701 close(37) = 0 | |
5665 openat(AT_FDCWD, "./test/oranie.ibd", O_RDWR) = 37 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment