ApacheFriends / xampp-build

XAMPP Build system
Apache License 2.0
41 stars 10 forks source link

Mariadb bug? #33

Closed celestinoxp closed 8 months ago

celestinoxp commented 8 months ago

something is wrong with path of ib_buffer_pool: 2023-12-10 13:20:01 0 [Note] Starting MariaDB 10.11.7-MariaDB source revision https://github.com/MariaDB/server/commit/d018b9099001292cfe29c263b05db1edc9a21469 as process 18984 2023-12-10 13:20:01 0 [Note] InnoDB: Compressed tables use zlib 1.3 2023-12-10 13:20:01 0 [Note] InnoDB: Number of transaction pools: 1 2023-12-10 13:20:01 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2023-12-10 13:20:01 0 [Note] InnoDB: Initializing buffer pool, total size = 8.000GiB, chunk size = 128.000MiB 2023-12-10 13:20:01 0 [Note] InnoDB: Completed initialization of buffer pool 2023-12-10 13:20:01 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes) 2023-12-10 13:20:01 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=913870522301 2023-12-10 13:20:05 0 [Note] InnoDB: End of log at LSN=914375881961 2023-12-10 13:20:05 0 [Note] InnoDB: To recover: 1939 pages 2023-12-10 13:20:06 0 [Note] InnoDB: 128 rollback segments are active. 2023-12-10 13:20:06 0 [Note] InnoDB: Removed temporary tablespace data file: "C:/xampp/mysql/data/ibtmp1" 2023-12-10 13:20:06 0 [Note] InnoDB: Setting file 'C:/xampp/mysql/data/ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2023-12-10 13:20:06 0 [Note] InnoDB: File 'C:/xampp/mysql/data/ibtmp1' size is now 12.000MiB. 2023-12-10 13:20:06 0 [Note] InnoDB: log sequence number 914375881961; transaction id 944580676 2023-12-10 13:20:06 0 [Note] Plugin 'FEEDBACK' is disabled. 2023-12-10 13:20:06 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data/ib_buffer_pool 2023-12-10 13:20:06 0 [Note] mysqld.exe: SSPI: using principal name 'localhost', mech 'Negotiate' 2023-12-10 13:20:06 0 [Note] InnoDB: Cannot open 'C:\xampp\mysql\data/ib_buffer_pool' for reading: No such file or directory 2023-12-10 13:20:06 0 [Note] Server socket created on IP: '::'. 2023-12-10 13:20:06 0 [Note] Server socket created on IP: '0.0.0.0'. 2023-12-10 13:20:06 0 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections. Version: '10.11.7-MariaDB' socket: '' port: 3306 MariaDB Server

the problem is in this line: 2023-12-10 13:20:06 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data/ib_buffer_pool the last / is wrong should be \

is this a mariadb bug or its intentional?

grooverdan commented 8 months ago

https://jira.mariadb.org/browse/MDEV-32983 -> https://github.com/MariaDB/server/pull/2915.

grooverdan commented 8 months ago

Also XAMPP doesn't include MariaDB-10.11. Not sure why its reported here apart from Github convenience - https://mariadb.com/kb/en/reporting-bugs/

celestinoxp commented 8 months ago

Also XAMPP doesn't include MariaDB-10.11. Not sure why its reported here apart from Github convenience - https://mariadb.com/kb/en/reporting-bugs/

I didn't know if it was a MariaDB bug or a XAMPP bug