[MDEV-12322] MariaDB 10.1.19 - Error log - every 4 seconds error message "clustered index of the table and create temporary files" Created: 2017-03-21 Updated: 2017-04-19 Resolved: 2017-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server, Storage Engine - InnoDB |
| Affects Version/s: | 10.1.19 |
| Fix Version/s: | 10.1.23, 10.2.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ganesan | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Microsoft Windows Server 2012 R2 Standard |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Every 4 seconds following errors logged in to error log. log_warnings=2 and tried irrespective of setting above , the below error message continues 2017-03-21 14:42:20 12860 [Note] InnoDB: Online DDL : Start ======================================================================================= Following statement is inside a stored procedure and the procedure is called in CREATE TEMPORARY TABLE tableau_reporting.temp310 CREATE INDEX id ======================================================================================= |
| Comments |
| Comment by Marko Mäkelä [ 2017-03-22 ] |
|
It would seem to me that we might not need any DDL progress reporting for temporary tables, because temporary tables usually are small and short-lived. |
| Comment by Elena Stepanova [ 2017-04-19 ] |
|
Fixed in scope of |