Commit 24a5014
Fix CREATE TABLE AS SELECT to add implicit DEFAULT NULL
- Added logic to add DEFAULT NULL for nullable columns in CREATE TABLE AS SELECT
- This ensures SHOW CREATE TABLE output matches MySQL behavior for computed columns
- Fixed 3 CREATE TABLE test failures
- Reduced FAIL count from 674 to 673
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 31f88b9 commit 24a5014
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
320 | 334 | | |
321 | 335 | | |
322 | 336 | | |
| |||
0 commit comments