mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	compilation failure fix
This commit is contained in:
		@@ -5412,7 +5412,7 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
 | 
				
			|||||||
    DBUG_PRINT("info", ("derived: %d  view: %d", tables->derived != 0,
 | 
					    DBUG_PRINT("info", ("derived: %d  view: %d", tables->derived != 0,
 | 
				
			||||||
                        tables->view != 0));
 | 
					                        tables->view != 0));
 | 
				
			||||||
    if (tables->is_anonymous_derived_table() ||
 | 
					    if (tables->is_anonymous_derived_table() ||
 | 
				
			||||||
        (tables->table && (int)tables->table->s &&
 | 
					        (tables->table && tables->table->s &&
 | 
				
			||||||
         (int)tables->table->s->tmp_table))
 | 
					         (int)tables->table->s->tmp_table))
 | 
				
			||||||
      continue;
 | 
					      continue;
 | 
				
			||||||
    thd->security_ctx= sctx;
 | 
					    thd->security_ctx= sctx;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user