MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
unknown aa3eb77e62 bug#17870 Table names conflict with Windows device names
It was impossible to create some table names on Windows
(e.g. LPT1, AUX, COM1, etc).

Fixed to pad dangerous names with thee "at" signs
(e.g. LPT1@@@, AUX@@@, COM1@@@, and so on).


include/my_sys.h:
  Adding new function declaration
mysys/my_access.c:
  Adding new function check_if_legal_tablename().
  It works almost like check_if_legal_filename(),
  but accepts a table name without extension and path,
  and does not check "CLOCK$".
sql/sql_table.cc:
  Check if a dangerous table name and append @@@
strings/ctype-utf8.c:
  Treat "@@@" sequence in a table name as a end-of-line.
mysql-test/r/ctype_filename.result:
  New BitKeeper file ``mysql-test/r/ctype_filename.result''
mysql-test/t/ctype_filename.test:
  New BitKeeper file ``mysql-test/t/ctype_filename.test''
2006-04-11 18:16:14 +05:00
BitKeeper post-commit: 2006-03-13 16:16:46 +01:00
BUILD Remove dead code from BUILD/ scripts: $debug_extra_warnings is 2006-04-05 17:50:33 +04:00
client Fix AIX compile failure. 2006-03-30 11:12:24 +02:00
cmd-line-utils Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557 2006-02-21 08:57:18 +01:00
config/ac-macros Merge mysql.com:/Users/kent/mysql/bk/tmp_merge 2006-04-05 10:39:44 +02:00
dbug Add missing files for CMake build. 2006-03-27 11:23:50 +02:00
Docs Merge 2006-04-04 23:37:44 +02:00
extra Add missing files for CMake build. 2006-03-27 11:23:50 +02:00
include bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
libmysql Merge mysql.com:/Users/kent/mysql/bk/tmp_merge 2006-04-05 10:39:44 +02:00
libmysql_r yassl link problem fixed 2006-04-03 12:07:18 +02:00
libmysqld Makefile.am: 2006-04-05 12:56:05 +02:00
man - Removed obsolete and outdated man page files from the man 2005-10-27 14:51:58 +02:00
mysql-test bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
mysys bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
netware Merge 2006-04-04 23:37:44 +02:00
os2 Merge 2005-09-29 03:20:31 +02:00
plugin Makefile.am: 2006-02-22 20:34:25 +01:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
scripts Merge 2006-04-04 23:37:44 +02:00
server-tools Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
sql bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
sql-bench Set thread_stack after return from end_thread() 2005-12-03 18:13:06 +02:00
sql-common Safer fix for Bug #18435 "5.0.19 libmysqlclient not ABI-compatible with 5.0.18" 2006-03-27 12:02:23 +03:00
SSL Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00
storage Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-04-04 04:35:16 -07:00
strings bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
support-files Merge 2006-04-04 23:37:44 +02:00
tests Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
tools pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
VC++Files Merge 2006-04-04 23:37:44 +02:00
vio Manual merge. 2006-03-28 10:07:03 +02:00
win Fix files not removed from make dist when deleted. 2006-03-28 17:34:35 +02:00
zlib Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
.bzrignore Fixed compiler and valgrind warnings 2006-03-29 14:27:36 +03:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
cmakelists.txt Add embedded server build to the CMake build files. 2006-04-03 10:25:36 +02:00
configure.in Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-29 17:31:59 -08:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
Makefile.am Add some stuff to source package needed for CMake Windows packaging. 2006-03-30 11:02:52 +02:00
README README: 2006-04-01 04:13:33 +02:00

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file.
- For commercial distributions, see the MySQLEULA.txt file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installation chapter.
- For future plans, see the TODO appendix.
- For the new features/bugfix history, see the News appendix.
- For the currently known bugs/misfeatures (known errors) see the problems
  appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.