summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-05-26 14:20:14 +0400
committerAlexander Nozdrin <alik@sun.com>2010-05-26 14:20:14 +0400
commit34c7685b247d851d1c7a3b5ebb98aeda61e6e4c7 (patch)
tree85689ea7d3cf165ee30597d7ebc8857a17353593 /storage/heap
parentb3259e93ea319fd8b761141fd849b3a2b70098cf (diff)
downloadmariadb-git-34c7685b247d851d1c7a3b5ebb98aeda61e6e4c7.tar.gz
Patch for Bug#53937 (Junk make-ccc files included in MySQL Server bzr repo).
Remove make-ccc files.
Diffstat (limited to 'storage/heap')
-rwxr-xr-xstorage/heap/make-ccc4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/heap/make-ccc b/storage/heap/make-ccc
deleted file mode 100755
index 192647298ad..00000000000
--- a/storage/heap/make-ccc
+++ /dev/null
@@ -1,4 +0,0 @@
-ccc -I./../include -I../include -DDBUG_OFF -fast -O3 -c _check.c _rectest.c hp_block.c hp_clear.c hp_close.c hp_create.c hp_delete.c hp_extra.c hp_hash.c hp_info.c hp_open.c hp_panic.c hp_rename.c hp_rfirst.c hp_rkey.c hp_rlast.c hp_rnext.c hp_rprev.c hp_rrnd.c hp_rsame.c hp_scan.c hp_static.c hp_update.c hp_write.c
-rm libheap.a
-ar -cr libheap.a _check.o
-