mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
new lock for multiupdate:
- open and create derived tables - detect which tables should be locked for write - lock and fill derived tables some unitialized variables fixed
This commit is contained in:
@ -1131,8 +1131,12 @@ public:
|
||||
{
|
||||
return command == COM_PREPARE;
|
||||
}
|
||||
inline gptr trans_alloc(unsigned int size)
|
||||
{
|
||||
inline bool fill_derived_tables()
|
||||
{
|
||||
return !only_prepare() && !lex->only_view_structure();
|
||||
}
|
||||
inline gptr trans_alloc(unsigned int size)
|
||||
{
|
||||
return alloc_root(&transaction.mem_root,size);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user