Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
6.1.1
-
None
-
2021-2
Description
Consider the example.
MariaDB [test]> alter table dtypes add column tm time;
|
ERROR 1815 (HY000): Internal error: CAL0001: Alter table Failed: AlterTableProcessor::addColumn CAL0001: we_readthread caught exception boost::bad_any_cast: failed conversion using boost::any_cast
|
This happens b/c any::boost conversion in WriteEngineWrapper::convertValue() throws an exception trying to cast from int64_t (AKA long in x86_64) into long long.
Attachments
Issue Links
- relates to
-
MCOL-4236 ceiling() gives wrong answer for datetime
- Closed