Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-40389

type_test.type_test_int8 fails on replay

    XMLWordPrintable

Details

    • Unexpected results
    • Q3/2026 Server Maintenance

    Description

      type_test.type_test_int8 fails on replay
      Plugin not loaded on replay ,hence fails

       EXPLAIN SELECT * FROM t1;
      -id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
      -1	SIMPLE	t1	system	NULL	NULL	NULL	NULL	0	Const row not found
      +ReplayTest: Query error: CREATE TABLE `t1` (
      +  `a` test_int8(20) DEFAULT NULL,
      +  KEY `a` (`a`)
      +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci: Unknown data type: 'test_int8'
      

      MTR testcase to repro issue: (Say example.test)

      CREATE TABLE t1 (a TEST_INT8, KEY(a));
      EXPLAIN SELECT * FROM t1;
      DROP TABLE t1;
      

      example-master.opt

      --plugin-load-add=$TYPE_TEST_SO
      

      How to repro

      ./mtr example.test  --record
      ./mtr example.test  --replay-server
      

      Attachments

        Issue Links

          Activity

            People

              bsrikanth Srikanth Bondalapati
              mariadb-pavithrapandith Pavithra Pandith
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1d
                  1d
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 2.25h Time Not Required
                  2.25h

                  Git Integration

                    Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.