1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
vasil
fc3f412b70 * Make ./setup.sh sh compliant by avoiding bash-specific syntax.
* Make the heading line #!/bin/sh. /bin/bash is non-standard.

Approved by:	Marko
2007-10-31 08:27:53 +00:00
vasil
76e3edbb72 Fix typo which was causing bogus symbolic link *.opt to be created and
make install (in mysql dir) to fail.
2007-04-18 11:35:51 +00:00
marko
693f1954f6 setup.sh: Once more. Remember that the glob expansion works relative to
the current directory.
2006-10-03 12:20:10 +00:00
marko
99a1a96058 setup.sh: Correctly link the test files. This was broken in r882. 2006-10-03 12:17:28 +00:00
marko
2602c728be Make storage/innobase the working directory of Subversion. 2006-10-02 09:02:03 +00:00
marko
88fbb7e98d Move ha_innodb.cc and ha_innodb.h from sql to storage/innobase/handler.
This was submitted by Marko to MySQL AB and merged to the MySQL tree by
Brian Aker in the following two changesets:

ChangeSet
  2006/09/07 08:23:58-07:00 brian@zim.(none) 
  Moves Innodb handler to the Innodb storage directory.

ChangeSet
  2006/09/07 16:17:16-07:00 brian@zim.(none) 
  Warning fixes for Windows, and an include fix for Windows for Innodb.

storage/innobase/CMakeLists.txt
  2006/09/07 16:17:13-07:00 brian@zim.(none) +6 -1
  Fixed includes for Windows
2006-09-11 08:51:46 +00:00
marko
cb8f5a5115 setup.sh: Do not bail out if BUILD/compile-innodb* exist already. 2006-09-04 19:18:52 +00:00
marko
41ae786e43 Adapt the InnoDB build scripts to r772.
setup.sh: Create symbolic links to the build scripts instead of copying them.
2006-08-31 07:26:30 +00:00
marko
965a94160d Merge changes from MySQL AB:
ChangeSet
  2006/08/23 13:59:16-07:00 brian@zim.(none) 
  This patch removes need for a innodb to have its own configure. 

univ.i: Replace ../ib_config.h with config.h.

Makefile.i, Makefile.am: Change directory paths.

configure.in: Delete.

plug.in: New file, included from the top-level configure.in.

setup.sh: Replace configure.in with plug.in.
2006-08-30 20:29:01 +00:00
marko
b17cae8c6a setup.sh: Link also CMakeLists.txt. 2006-08-08 11:33:49 +00:00
osku
a7d6161a1f Port r136 from branches/5.0 (slightly tweaked for 5.1):
Add BUILD/compile-innodb script.
2006-01-17 14:02:20 +00:00
osku
8a2d0ab0c8 Add compile-innodb-debug and modify setup.sh to copy it to ../BUILD. 2005-11-04 07:53:04 +00:00
osku
e653f84f3f Add 5.0 -> 5.1 changes. 2005-10-27 07:51:34 +00:00
osku
2903c72469 Import 5.0 code. 2005-10-27 07:29:40 +00:00