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

InnoDB generates non-existing link to manual based on the server version

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 10.0.2
    • Fix Version/s: 10.0.4
    • Component/s: None
    • Labels:
      None

      Description

      I'm not sure if it's going to be fixed by InnoDB merge, so filing just in case.

      InnoDB generates links to the manual based on the server version:

      #define REFMAN "http://dev.mysql.com/doc/refman/"       \
              IB_TO_STR(MYSQL_VERSION_MAJOR) "."              \
              IB_TO_STR(MYSQL_VERSION_MINOR) "/en/"
      

      Obviously, for 10.0 it ends up with a non-existing link:

      InnoDB: If that is the case, please refer to
      InnoDB: http://dev.mysql.com/doc/refman/10.0/en/error-creating-innodb.html
      130506 21:22:35 [ERROR] Plugin 'InnoDB' init function returned error.
      

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            elenst Elena Stepanova added a comment -

            It hasn't changed after the merge, and it's a bit embarrassing, especially since the links now appear even in the client, in warning messages (see below).

            I'm not setting it as a blocker for 10.0.4 release because it's not, but if there is a quick fix or a workaround, it would be nice to apply it. If not, then lets move it to the next release.

            MariaDB [test]> create table innodb_table_monitor (i int);
            Query OK, 0 rows affected, 1 warning (0.79 sec)

            MariaDB [test]> show warnings;
            ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

            Level Code Message

            ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

            Warning 131 Using innodb_table_monitor is deprecated and it may be removed in future releases. Please use the InnoDB INFORMATION_SCHEMA tables instead, see http://dev.mysql.com/doc/refman/10.0/en/innodb-i_s-tables.html

            ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
            1 row in set (0.00 sec)

            Show
            elenst Elena Stepanova added a comment - It hasn't changed after the merge, and it's a bit embarrassing, especially since the links now appear even in the client, in warning messages (see below). I'm not setting it as a blocker for 10.0.4 release because it's not, but if there is a quick fix or a workaround, it would be nice to apply it. If not, then lets move it to the next release. MariaDB [test] > create table innodb_table_monitor (i int); Query OK, 0 rows affected, 1 warning (0.79 sec) MariaDB [test] > show warnings; -------- ---- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Level Code Message -------- ---- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Warning 131 Using innodb_table_monitor is deprecated and it may be removed in future releases. Please use the InnoDB INFORMATION_SCHEMA tables instead, see http://dev.mysql.com/doc/refman/10.0/en/innodb-i_s-tables.html -------- ---- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1 row in set (0.00 sec)

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                elenst Elena Stepanova
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: