mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
BUG#19307: CSV engine can cause crashes in partitioned tables (due to its conversion of NULLs to 0)
This commit is contained in:

parent
2e6b51579b
commit
59c0034061
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2005 MySQL AB
|
||||
/* Copyright (C) 2005, 2006 MySQL AB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -238,8 +238,8 @@ bool partition_default_handling(TABLE *table, partition_info *part_info,
|
||||
check_reorganise_list()
|
||||
new_part_info New partition info
|
||||
old_part_info Old partition info
|
||||
list_part_names The list of partition names that will go away and can be reused in the
|
||||
new table.
|
||||
list_part_names The list of partition names that will go away and
|
||||
can be reused in the new table.
|
||||
|
||||
RETURN VALUES
|
||||
TRUE Inacceptable name conflict detected.
|
||||
|
Reference in New Issue
Block a user