diff options
author | unknown <reggie@linux.site> | 2006-02-08 04:05:18 -0600 |
---|---|---|
committer | unknown <reggie@linux.site> | 2006-02-08 04:05:18 -0600 |
commit | e1de33c223eb1c267aeb5797be1e81f705718c47 (patch) | |
tree | a57167158ad7fc76c12d150ca4522a76e6737d3a /libmysql/libmysql.c | |
parent | f7ba01f7ecde4ae619bafd5a500b031d9bfcd659 (diff) | |
download | mariadb-git-e1de33c223eb1c267aeb5797be1e81f705718c47.tar.gz |
bug# 17082 Client hangs when creating tables with partition
This bug was only on Windows but we updated the call to
create_temporary_file to match what is being done in other
areas of MySQL
sql/sql_partition.cc:
the O_RDWR mode and MY_WME were used in this code before the switch
was made to create_temp_file. The parameters are still there
so we just plug in the mode and WME so the underlying code will
create the temp file with the right mode. This only affected
Windows. [This comment was from the first changset that I was unable
to bk fix]. This changeset adds O_BINARY | O_TRUNC | O_TEMPORARY
Diffstat (limited to 'libmysql/libmysql.c')
0 files changed, 0 insertions, 0 deletions