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 ed53c394f9 Bug#18888 Trying to overwrite sql/lex_hash.h during build
- As a sideeffect of the patch to generate lex_hash.h only once
on the machine where the source dist was produced, a problem
was found when compiling a mysqld without partition support - it 
would crash when looking up the lex symbols due to mismatch between
lex.h and the generated lex_hash.h

 - Remove the ifdef for partition in lex.h 
 - Fix minor problem with"EXPLAIN PARTITION" when not compiled with
   partition(existed also without the above patch)
 - Add test case that will be run when we don't have partition
   support compiled into mysqld
 - Return error ER_FEATURE_DISABLED if user tries to use PARTITION
   when there is no support for it.


sql/lex.h:
  There should be no ifdefs of features in lex.h
sql/sql_class.cc:
  In line with the comment in sql_yacc.yy that we want the same output
  from "EXPLAIN PARTITIONS.." regardless of wheter we have compiled in
  support for partition  or not, remove the ifdef so the extra field
  is added to output if the DESCRIBE_PARTITIONS bit it set. Without
  this patch we get a crash as the code in select_describe believes the
  field is there.
sql/sql_select.cc:
  Use "const" for the variable as it's a ssigned once and never changes
sql/sql_yacc.yy:
  Don't allow PARTITION syntax oif there is no suport for partitioning
mysql-test/r/not_partition.require:
  New BitKeeper file ``mysql-test/r/not_partition.require''
mysql-test/r/not_partition.result:
  New BitKeeper file ``mysql-test/r/not_partition.result''
mysql-test/t/not_partition.test:
  New BitKeeper file ``mysql-test/t/not_partition.test''
2006-10-26 19:11:09 +02:00
BitKeeper
BUILD
client Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 16:01:19 +02:00
cmd-line-utils
config/ac-macros
dbug
Docs
extra Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 12:53:47 +02:00
include Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint 2006-10-24 20:01:01 +02:00
libmysql
libmysql_r
libmysqld Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 12:53:47 +02:00
man
mysql-test Bug#18888 Trying to overwrite sql/lex_hash.h during build 2006-10-26 19:11:09 +02:00
mysys
netware Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 15:46:54 +02:00
plugin
pstack
regex
scripts
server-tools
sql Bug#18888 Trying to overwrite sql/lex_hash.h during build 2006-10-26 19:11:09 +02:00
sql-common
storage
strings
support-files
tests Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 19:16:45 +02:00
unittest
vio Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 12:53:47 +02:00
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
configure.in Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint 2006-10-24 15:46:54 +02:00
COPYING
Makefile.am
README

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.