mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17841 S3 storage engine
A read-only storage engine that stores it's data in (aws) S3 To store data in S3 one could use ALTER TABLE: ALTER TABLE table_name ENGINE=S3 libmarias3 integration done by Sergei Golubchik libmarias3 created by Andrew Hutchings
This commit is contained in:
@ -6338,6 +6338,8 @@ end_with_restore_list:
|
||||
case SQLCOM_CALL:
|
||||
DBUG_ASSERT(lex->m_sql_cmd != NULL);
|
||||
res= lex->m_sql_cmd->execute(thd);
|
||||
DBUG_PRINT("result", ("res: %d killed: %d is_error: %d",
|
||||
res, thd->killed, thd->is_error()));
|
||||
break;
|
||||
default:
|
||||
|
||||
|
Reference in New Issue
Block a user