[Groonga-commit] groonga/groonga at f862270 [master] Remove garbage

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 8 22:40:00 JST 2015


Kouhei Sutou	2015-08-08 22:40:00 +0900 (Sat, 08 Aug 2015)

  New Revision: f862270652c0b573ba54c652347935d4a3202e25
  https://github.com/groonga/groonga/commit/f862270652c0b573ba54c652347935d4a3202e25

  Message:
    Remove garbage

  Removed files:
    ra.rb

  Deleted: ra.rb (+0 -12) 100755
===================================================================
--- ra.rb    2015-08-08 20:08:58 +0900 (dbe493d)
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env ruby
-
-puts "table_create X TABLE_NO_KEY"
-puts "column_create X a COLUMN_SCALAR Int64"
-puts "load --table X"
-puts "["
-n_records = 2 ** 28
-(n_records - 1).times do |i|
-  puts "{\"a\": #{i}},"
-end
-puts "{\"a\": #{n_records - 1}}"
-puts "]"
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index