Details

    • Sprint:
      10.0.20

      Description

      Some users have reported differences moving from FederatedX to Spider , mysqldump is not exporting rows from federated.

      if (!opt_no_data &&
             (!my_strcasecmp(&my_charset_latin1, table_type, "MRG_MyISAM") ||
              !strcmp(table_type,"MRG_ISAM") ||
              !strcmp(table_type,"CONNECT") ||
              !strcmp(table_type,"FEDERATED")))
           result= IGNORE_DATA;
       } 
      

      There is probably a better way to list all med engine directly in the code, can't we add a flag to storage engine API

      This task would add OQGRAPH and SPIDER test and an additional option

      'm' short option is not use

       {"no-data-med", 'm', "No row information for MED storage.", &opt_no_data_med,
         &opt_no_data-med, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
      

      The default would not fetch federated rows

        Gliffy Diagrams

          Attachments

            Activity

            Show
            stephane@skysql.com VAROQUI Stephane added a comment - https://github.com/MariaDB/server/pull/69/commits

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                stephane@skysql.com VAROQUI Stephane
              • Votes:
                1 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 hour
                  1h

                    Agile