mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Remove wrong bug fix when calling create_sort_index.
Fix possible replication bug with LOAD DATA ... IGNORE LINES # mysql-test/r/rpl_log.result: Test of load data ... ignore # lines mysql-test/t/rpl_log.test: Test of load data ... ignore # lines sql/log_event.cc: Fix replication bug with LOAD DATA ... IGNORE LINES # (Note that the code that is probably not executed in 4.0) sql/sql_parse.cc: Indentation fix sql/sql_select.cc: Remove wrong bug fix (all tests passes) sql/sql_yacc.yy: Indentation cleanup
This commit is contained in:
parent
6db21de014
commit
20901edafb
6 changed files with 28 additions and 19 deletions
|
|
@ -2024,7 +2024,7 @@ simple_expr:
|
|||
{
|
||||
LEX *lex=Lex;
|
||||
$$= new Item_func_week($3,new Item_int((char*) "0",
|
||||
lex->thd->variables.default_week_format,1));
|
||||
lex->thd->variables.default_week_format,1));
|
||||
}
|
||||
| WEEK_SYM '(' expr ',' expr ')'
|
||||
{ $$= new Item_func_week($3,$5); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue