innodb-java-reader icon indicating copy to clipboard operation
innodb-java-reader copied to clipboard

A library and command-line tool to access MySQL InnoDB data file directly in Java

Results 12 innodb-java-reader issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.20 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

parse the sdi page inner data issue:https://github.com/alibaba/innodb-java-reader/issues/17 Signed-off-by: xujie

想请问一下dynamic格式的怎么进行处理的~不胜感激

你好, sql: CREATE TABLE `binance_wallet_address`(`id` int(11) NOT NULL,`address` varchar(80),`is_hot_cold` int(2),PRIMARY KEY (`id`),KEY `index_address` (`address`)) ENGINE=InnoDB;" ibdfile :binance_wallet_address.ibd 出现下面的错误, ibd 文件与 sql 语句是有效的。唯一的不同点,是 ibd 文件不是创建在 datadir 中的,通过 isl 连接 Index header...

Mysql 8, sdi page only parse the FileHeader(InnerPage)?

在项目中,我找到都是叶子都在根页的例子,没有找到分页的例子。请问项目有提供这样的例子吗? ![image](https://user-images.githubusercontent.com/52153033/101235298-8e317400-3702-11eb-9817-262fcd1ccb74.png) 这个应该是分页之后执行的逻辑吧