![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
#include "sql/sql_alter.h"#include <limits.h>#include <stdio.h>#include <string.h>#include "m_ctype.h"#include "m_string.h"#include "my_dbug.h"#include "my_inttypes.h"#include "my_macros.h"#include "my_sys.h"#include "mysql/plugin.h"#include "mysqld_error.h"#include "sql/auth/auth_acls.h"#include "sql/auth/auth_common.h"#include "sql/create_field.h"#include "sql/dd/types/trigger.h"#include "sql/derror.h"#include "sql/error_handler.h"#include "sql/log.h"#include "sql/mysqld.h"#include "sql/parse_tree_helpers.h"#include "sql/sql_class.h"#include "sql/sql_error.h"#include "sql/sql_lex.h"#include "sql/sql_servers.h"#include "sql/sql_table.h"#include "sql/table.h"#include "template_utils.h"Functions | |
| bool | has_external_data_or_index_dir (partition_info &pi) | 
| Predicate which returns true if any partition or subpartition uses an external data directory or external index directory.  More... | |
| bool has_external_data_or_index_dir | ( | partition_info & | pi | ) | 
Predicate which returns true if any partition or subpartition uses an external data directory or external index directory.
| pi | partitioning information | 
| true | if any partition or subpartition has an external data directory or external index directory. | 
| false | otherwise |