#include "Common/Compat.h"
#include <cstdio>
#include "Common/Error.h"
#include "Common/System.h"
#include "Hypertable/Lib/Client.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This program is designed to query the table 'LogDb' for the contents of the row that has the key equal to the web page supplied as the command line argument. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
This program is designed to query the table 'LogDb' for the contents of the row that has the key equal to the web page supplied as the command line argument.
The 'LogDb' table is populated with the apache_log_load program.
Definition at line 52 of file apache_log_query.cc.